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

Hierarchy (view full)

Properties

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

Generated using TypeDoc