Contract call.

interface ContractsCall {
    data: Uint8Array;
    id: longnum;
    tokens: BaseUnits[];
}

Properties

Properties

data: Uint8Array

Call arguments.

id: longnum

Instance identifier.

tokens: BaseUnits[]

Tokens that should be sent to the contract as part of the call.