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

Method getEstimateFee

packages/bitcore-node/src/rpc.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 async getEstimateFee() {
119 return this.asyncCall('estimatefee', []);
120 }
121}
122
123@LoggifyClass

Callers 1

getFeeMethod · 0.80

Calls 1

asyncCallMethod · 0.95

Tested by

no test coverage detected