interface QueryLedgerStateConstitutionResponse {
    id?: unknown;
    jsonrpc: "2.0";
    method: "queryLedgerState/constitution";
    result: Constitution;
}

Properties

id?: unknown
jsonrpc: "2.0"
method: "queryLedgerState/constitution"
result: Constitution