MCPcopy 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

tokenInfoFunction · 0.80
processCommandMethod · 0.80

Calls 1

_postMethod · 0.95

Tested by

no test coverage detected