pub fn get_update_fee(
querier: &QuerierWrapper<'_>,
contract_addr: Addr,
price_update_vaas: &[Binary],
) -> StdResult<Coin>
Expand description
Get the fee required in order to update the on-chain state with the provided
price_update_vaas
.