export function makeTxSummary(props: {
id: string | TxId
inputs: string | TxInput[]
outputs: string | TxInput[]
timestamp: number
}): TxSummary
Arguments
1. props
props: {
id: string | TxId
inputs: string | TxInput[]
outputs: string | TxInput[]
timestamp: number
}
Returns
TxSummary