Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoteProtocol/NoteWallet
/ bestBlock
Method
bestBlock
src/urchain.ts:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
async
bestBlock() {
188
return
await
this._post(
"best-header"
, {});
189
}
190
191
async
allTokens() {
192
return
await
this._post(
"all-n20-tokens"
, {});
Callers
2
bestBlock
Function · 0.80
mint
Method · 0.80
Calls
1
_post
Method · 0.95
Tested by
no test coverage detected