pub async fn query_tea_deposit_balance(
    token_id: TokenId,
    account: H160
) -> Result<U256, Error>
Expand description

Return tea deposit amount from state-machine. Cannot use in inner txns as it only returns the tea balance before the txn start, so it won’t record the changed tea deposit from inner txns