interface QueryCommandResponse {
    id: string;
    keyId: string;
    maxGasCost: number;
    params: {
        [key: string]: string;
    };
    type: string;
}

Properties

id: string
keyId: string
maxGasCost: number
params: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
type: string

Generated using TypeDoc