Hierarchy

  • ICosmosRPCOptions

Properties

encoding?: IEncoding
id?: string | number
jsonrpc?: "2.0"
method: keyof ICosmosParams
params?: {} | {
    tx: "123";
} | {
    tx: "785";
} | {
    tx: "785";
} | {
    query: "tm.event = 'Tx' AND tx.height = 5";
} | {
    query: "tm.event = 'Tx' AND tx.height = 5";
} | {
    persistent: true;
    private: true;
    unconditional: true;
} | {
    maxHeight: 2;
    minHeight: 1;
} | {
    height: 1;
} | {
    hash: "0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED";
} | {
    height: 1;
} | {
    height: 1;
} | {
    height: 1;
    page: 1;
    per_page: 30;
} | {
    height: 1;
} | {
    limit: 1;
} | {
    order_by: "asc";
    page: 1;
    per_page: 30;
    prove: true;
    query: "tx.height=1000";
} | {
    order_by: "asc";
    page: 1;
    per_page: 30;
    query: "block.height > 1000 AND valset.changed > 0";
} | {
    hash: "0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED";
    prove: true;
} | {
    data: "IHAVENOIDEA";
    height: 1;
    path: "/a/b/c";
    prove: true;
} | {
    evidence: "JSON_EVIDENCE_encoded";
}
url?: string

Generated using TypeDoc