Interface TxParamsAsyncContractCallTx1

interface TxParamsAsyncContractCallTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    abiVersion?: AbiVersion;
    absoluteTtl?: boolean;
    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;
    onNode?: Node;
    strategy?: Enum1;
    tag: ContractCallTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
abiVersion?: AbiVersion
absoluteTtl?: boolean
amount?: Int = coinAmount
callData: `cb_${string}` = ...
callerId: `ak_${string}` = ...
consensusProtocolVersion?: Ceres
contractId: `ct_${string}` | `nm_${string}` = ...
denomination?: AE_AMOUNT_FORMATS

no replacement implemented yet

fee?: Int
gasLimit?: number
gasMax?: number
gasPrice?: Int
nonce?: number = ...
onNode?: Node
strategy?: Enum1
tag: ContractCallTx = ...
ttl?: number
version?: 1