interface TxUnpackedContractCall2 {
    callerId: `ak_${string}`;
    callerNonce: number;
    contractId: `ct_${string}`;
    gasPrice: string;
    gasUsed: number;
    height: number;
    log: Buffer[];
    returnType: CallReturnType;
    returnValue: `cb_${string}`;
    tag: ContractCall;
    version: 2;
}

Hierarchy (view full)

Properties

callerId: `ak_${string}` = ...
callerNonce: number = shortUInt
contractId: `ct_${string}` = ...
gasPrice: string = uInt
gasUsed: number = shortUInt
height: number = shortUInt
log: Buffer[] = ...
returnType: CallReturnType = ...
returnValue: `cb_${string}` = ...
tag: ContractCall = ...
version: 2 = ...

Generated using TypeDoc