MCPcopy Create free account
hub / github.com/NoteProtocol/NoteWallet / allTokens

Function allTokens

src/wallet.ts:451–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 async allTokens() {
452 const results = await this.urchain.allTokens();
453 return results;
454 }
455
456 async tokenInfo(tick: string) {
457 const result = await this.urchain.tokenInfo(tick);

Callers

nothing calls this directly

Calls 1

allTokensMethod · 0.80

Tested by

no test coverage detected