interface TxUnpackedContractCallTx1 {
    abiVersion: AbiVersion;
    amount: string;
    callData: `cb_${string}`;
    callerId: `ak_${string}`;
    contractId: `ct_${string}` | `nm_${string}`;
    fee: string;
    gasLimit: number;
    gasPrice: string;
    nonce: number;
    tag: ContractCallTx;
    ttl: number;
    version: 1;
}

Hierarchy (view full)

Properties

abiVersion: AbiVersion
amount: string = coinAmount
callData: `cb_${string}` = ...
callerId: `ak_${string}` = ...
contractId: `ct_${string}` | `nm_${string}` = ...
fee: string
gasLimit: number
gasPrice: string
nonce: number = ...
tag: ContractCallTx = ...
ttl: number
version: 1 = ...

Generated using TypeDoc