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

Function tokenInfo

src/wallet.ts:456–459  ·  view source on GitHub ↗
(tick: string)

Source from the content-addressed store, hash-verified

454 }
455
456 async tokenInfo(tick: string) {
457 const result = await this.urchain.tokenInfo(tick);
458 return result;
459 }
460
461 // eslint-disable-next-line @typescript-eslint/require-await, @typescript-eslint/no-unused-vars
462 async upN20(tick: string): Promise<IBroadcastResult> {

Callers

nothing calls this directly

Calls 1

tokenInfoMethod · 0.80

Tested by

no test coverage detected