interface Command {
    command: string;
    id: Uint8Array;
    keyId: string;
    maxGasCost: number;
    params: Uint8Array;
    type: CommandType;
}

Properties

command: string

Deprecated

id: Uint8Array
keyId: string
maxGasCost: number
params: Uint8Array

Generated using TypeDoc