MCPcopy 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

allTokensFunction · 0.80
processCommandMethod · 0.80

Calls 1

_postMethod · 0.95

Tested by

no test coverage detected