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