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

Function tokenList

src/wallet.ts:439–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437 }
438
439 async tokenList() {
440 const results = await this.urchain.tokenList(
441 this.currentAccount.tokenAddress!.scriptHash
442 );
443 return results;
444 }
445
446 async bestBlock() {
447 const results = await this.urchain.bestBlock();

Callers

nothing calls this directly

Calls 1

tokenListMethod · 0.45

Tested by

no test coverage detected