interface SignCommandsResponse {
    batchedCommandsId: Uint8Array;
    commandCount: number;
}

Properties

batchedCommandsId: Uint8Array
commandCount: number

Generated using TypeDoc