White-Whale-Defi-Platform/white-whale-core

Create share query on the pools, similar to the one on the vaults

Opened this issue · 0 comments

The Vault contains the query QueryMsg::Share { amount }, which returns the amount of underlying asset worth X amount of shares, i.e. LP tokens.

This can be beneficial to implement on the pools as well, to be adopted by UIs.