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