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

Properties

Properties

chain: string
id: string

Generated using TypeDoc