Hierarchy

  • TokenCache

Properties

tokenAccountInfo: Record<string, ParsedAccountData>
tokenAccountToAddress: Record<string, string>
tokenByAddress: undefined | Map<string, TokenInfo>
tokenList: undefined | TokenInfo[]
tokenSupply: {
    cache: NodeCache;
    mutex: Record<string, Mutex>;
}

Type declaration

  • cache: NodeCache
  • mutex: Record<string, Mutex>

Generated using TypeDoc