interface TxParamsContractCallTx1 {
    _canIncreaseFee?: boolean;
    abiVersion?: AbiVersion;
    amount?: Int;
    callData: `cb_${string}`;
    callerId: `ak_${string}`;
    consensusProtocolVersion?: Ceres;
    contractId: `ct_${string}` | `nm_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    gasLimit?: number;
    gasMax?: number;
    gasPrice?: Int;
    nonce: number;
    tag: ContractCallTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
abiVersion?: AbiVersion
amount?: Int = coinAmount
callData: `cb_${string}` = ...
callerId: `ak_${string}` = ...
consensusProtocolVersion?: Ceres
contractId: `ct_${string}` | `nm_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee?: Int
gasLimit?: number
gasMax?: number
gasPrice?: Int
nonce: number = ...
tag: ContractCallTx = ...
ttl?: number
version?: 1