Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getFee
Method · 0.80
Calls
1
asyncCall
Method · 0.95
Tested by
no test coverage detected