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