Skip to main content

TxSummaryJsonSafe

export type TxSummaryJsonSafe = {
  id: string
  inputs: string[]
  outputs: string[]
  timestamp: number
}