interface QueryLedgerStateUtxo {
    id?: unknown;
    jsonrpc: "2.0";
    method: "queryLedgerState/utxo";
    params?: UtxoByOutputReferences | UtxoByAddresses | WholeUtxo;
}

Properties

id?: unknown
jsonrpc: "2.0"
method: "queryLedgerState/utxo"