MCPcopy Create free account
hub / github.com/bitpay/bitcore / getWalletAddresses

Method getWalletAddresses

packages/bitcore-node/src/rpc.ts:106–108  ·  view source on GitHub ↗
(account: string)

Source from the content-addressed store, hash-verified

104 }
105
106 getWalletAddresses(account: string) {
107 return this.asyncCall('getaddressesbyaccount', [account]);
108 }
109
110 async getEstimateSmartFee(target: number, mode?: string) {
111 const args: any[] = [target];

Callers

nothing calls this directly

Calls 1

asyncCallMethod · 0.95

Tested by

no test coverage detected