interface TxParamsSpendTx1 {
    _canIncreaseFee?: boolean;
    amount?: Int;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    nonce: number;
    payload?: `ba_${string}`;
    recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}`;
    senderId: `ak_${string}`;
    tag: SpendTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
amount?: Int = coinAmount
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
nonce: number = ...
payload?: `ba_${string}` = ...
recipientId: `ct_${string}` | `ak_${string}` | `nm_${string}` = ...
senderId: `ak_${string}` = ...
tag: SpendTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc