interface SignAndExecuteQueryResult {
    id: number;
    jsonrpc: string;
    result: {
        response: string;
    };
}

Hierarchy

  • JsonRpcResult<{
        response: string;
    }>
    • SignAndExecuteQueryResult

Properties

Properties

id: number
jsonrpc: string
result: {
    response: string;
}

Type declaration

  • response: string

Generated using TypeDoc