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

Return tea balance 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 balance from inner txns