UNPKG

@vafanassieff/bitcoin-cli-ts

Version:

Auto-generated Bitcoin client library for bitcoind JSON-RPC API

13 lines 378 B
// Auto synced from github actions. Don't change this file import request from '../../rpc-request.js'; /** * listbanned * * List all manually banned IPs/Subnets. * */ export function listBanned(params) { const { bitcoind, ...methodParams } = params; return request({ method: 'listbanned', params: methodParams }, bitcoind); } //# sourceMappingURL=list-banned.js.map