Retrieve minimum balance for rent exemption of a Token Account;
force refresh of account rent exemption
minimum balance for rent exemption
Retrieve a cached whirlpool config account. Fetch from rpc on cache miss.
whirlpool config address
force cache refresh
whirlpool config account
Retrieve a cached fee tier account. Fetch from rpc on cache miss.
fee tier address
force cache refresh
fee tier account
Retrieve a cached mint info account. Fetch from rpc on cache miss.
mint info address
force cache refresh
mint info account
Retrieve a cached whirlpool account. Fetch from rpc on cache miss.
whirlpool address
force cache refresh
whirlpool account
Retrieve a cached position account. Fetch from rpc on cache miss.
position address
force cache refresh
position account
Retrieve a cached tick array account. Fetch from rpc on cache miss.
tick array address
force cache refresh
tick array account
Retrieve a cached token info account. Fetch from rpc on cache miss.
token info address
force cache refresh
token info account
Retrieve a list of cached mint info accounts. Fetch from rpc for cache misses.
mint info addresses
force cache refresh
mint info accounts
Retrieve a list of cached whirlpool accounts. Fetch from rpc for cache misses.
whirlpool addresses
force cache refresh
whirlpool accounts
Retrieve a list of cached whirlpool addresses and accounts filtered by the given params using getProgramAccounts.
whirlpool filter params
tuple of whirlpool addresses and accounts
Retrieve a list of cached position accounts. Fetch from rpc for cache misses.
position addresses
force cache refresh
position accounts
Retrieve a list of cached tick array accounts. Fetch from rpc for cache misses.
tick array addresses
force cache refresh
tick array accounts
Retrieve a list of cached token info accounts. Fetch from rpc for cache misses.
token info addresses
force cache refresh
token info accounts
Update the cached value of all entities currently in the cache. Uses batched rpc request for network efficient fetch.
Generated using TypeDoc
Data access layer to access Whirlpool related accounts Includes internal cache that can be refreshed by the client.