Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoteProtocol/NoteWallet
/ bestBlock
Function
bestBlock
src/wallet.ts:446–449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
444
}
445
446
async
bestBlock() {
447
const
results =
await
this.urchain.bestBlock();
448
return
results;
449
}
450
451
async
allTokens() {
452
const
results =
await
this.urchain.allTokens();
Callers
nothing calls this directly
Calls
1
bestBlock
Method · 0.80
Tested by
no test coverage detected