Hierarchy

  • IOsmosisRPCOptions

Properties

encoding?: IEncoding
id?: string | number
jsonrpc?: "2.0"
method: keyof IOsmosisParams
params?: {} | {
    tx: "456";
} | {
    tx: "456";
} | {
    tx: "123";
} | {
    tx: "785";
} | {
    tx: "785";
} | {
    txKey: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
} | {
    after: "0005d7c09065e9a7-01cf";
    before: "0005d7c09065e9a7-01cf";
    maxItems: "10";
    query: "tm.event = 'Tx'";
    waitTime: "5000000000";
} | {
    query: "tm.event = 'Tx' AND tx.height = 5";
} | {
    query: "tm.event = 'Tx' AND tx.height = 5";
} | {
    peers: "f9baeaa15fedf5e1ef7448dd60f46c01f1a9e9c4@1.2.3.4:26656";
} | {
    peers: "f9baeaa15fedf5e1ef7448dd60f46c01f1a9e9c4@1.2.3.4:26656";
    persistent: "true";
    private: "true";
    unconditional: "true";
} | {
    maxHeight: "2";
    minHeight: "1";
} | {
    height: "1";
} | {
    hash: "0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED";
} | {
    height: "1";
} | {
    hash: "0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED";
} | {
    height: "1";
} | {
    height: "1";
} | {
    height: "1";
    page: "1";
    per_page: "30";
} | {
    chunkID: "1";
} | {
    height: "1";
} | {
    page: "1";
    per_page: "100";
} | {
    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