interface QueryLedgerStateUtxoResponse {
    id?: unknown;
    jsonrpc: "2.0";
    method: "queryLedgerState/utxo";
    result: Utxo;
}

Properties

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