interface TxParamsGaAttachTx1 {
    _canIncreaseFee?: boolean;
    authFun: Uint8Array;
    callData: `cb_${string}`;
    code: `cb_${string}`;
    consensusProtocolVersion?: Ceres;
    ctVersion?: CtVersion;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    gasLimit?: number;
    gasMax?: number;
    gasPrice?: Int;
    nonce: number;
    ownerId: `ak_${string}`;
    tag: GaAttachTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
authFun: Uint8Array = raw
callData: `cb_${string}` = ...
code: `cb_${string}` = ...
consensusProtocolVersion?: Ceres
ctVersion?: CtVersion
denomination?: AE_AMOUNT_FORMATS
fee?: Int
gasLimit?: number
gasMax?: number
gasPrice?: Int
nonce: number = ...
ownerId: `ak_${string}` = ...
tag: GaAttachTx = ...
ttl?: number
version?: 1