interface ChainTx {
    expiresAt: string;
    spends: string[];
    txid: string;
    type: ChainTxType;
}

Properties

expiresAt: string
spends: string[]
txid: string