interface TxParamsAsyncPayingForTx1 {
    _canIncreaseFee?: boolean;
    _isInternalBuild?: boolean;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    nonce?: number;
    onNode?: Node;
    payerId: `ak_${string}`;
    strategy?: NextNonceStrategy;
    tag: PayingForTx;
    tx: Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......);
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
_isInternalBuild?: boolean
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
nonce?: number = ...
onNode?: Node
payerId: `ak_${string}` = ...
tag: PayingForTx = ...
tx: Uint8Array | `tx_${string}` | (((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.Account) => Buffer; deserialize: (value: Buffer) => Tag.Account; constValue: Tag.Account; constValueOptional: boolean; }; readonly version: { ...; }; readonly nonce: { ...; }; readonly balance: { ...; }; }, true>> & Partial<...> & Omit<......) = entrySignedTx
version?: 1

Generated using TypeDoc