interface TxUnpackedSpendTx1 {
    amount: string;
    fee: string;
    nonce: number;
    payload: `ba_${string}`;
    recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}`;
    senderId: `ak_${string}`;
    tag: SpendTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

amount: string = coinAmount
fee: string
nonce: number = ...
payload: `ba_${string}` = ...
recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}` = ...
senderId: `ak_${string}` = ...
tag: SpendTx = ...
ttl: number
version: 1 = ...

Generated using TypeDoc