interface BatchedCommandsRequest {
    chain: string;
    id: string;
}

Properties

Properties

chain: string
id: string

id defines an optional id for the commandsbatch. If not specified the latest will be returned

Generated using TypeDoc