interface BatchedCommandsResponse {
    commandIds: string[];
    data: string;
    executeData: string;
    id: string;
    keyId: string;
    prevBatchedCommandsId: string;
    proof?: Proof;
    status: BatchedCommandsStatus;
}

Properties

commandIds: string[]
data: string
executeData: string
id: string
keyId: string
prevBatchedCommandsId: string
proof?: Proof

Generated using TypeDoc