makeTxSummary
export function makeTxSummary(props: {
id: string | TxId
inputs: string | TxInput[]
outputs: string | TxInput[]
timestamp: number
}): TxSummary
Arguments
Name | Type | Description |
---|---|---|
props | { id: string | TxId inputs: string | TxInput[] outputs: string | TxInput[] timestamp: number } |
Return value
TxSummary