Interface TxParamsChannelOffChainUpdateCallContract1

interface TxParamsChannelOffChainUpdateCallContract1 {
    abiVersion: undefined | AbiVersion;
    amount: Int;
    callData: `cb_${string}`;
    callStack: Uint8Array;
    caller: `ak_${string}`;
    consensusProtocolVersion?: ConsensusProtocolVersion;
    contract: `ct_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    gasLimit: undefined | number;
    gasMax?: number;
    gasPrice: undefined | Int;
    tag: ChannelOffChainUpdateCallContract;
    version?: 1;
}

Hierarchy (view full)

Properties

abiVersion: undefined | AbiVersion
amount: Int = uInt
callData: `cb_${string}` = ...
callStack: Uint8Array = raw
caller: `ak_${string}` = ...
consensusProtocolVersion?: ConsensusProtocolVersion
contract: `ct_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
gasLimit: undefined | number
gasMax?: number
gasPrice: undefined | Int
version?: 1

Generated using TypeDoc