pub async fn verify_enough_account_balance(
    acct: &H160,
    ctx: Vec<u8>,
    required_amt: &U256
) -> Result<bool, Error>
Expand description

Check if an account has enough required_amt balance. Return true if yes, false otherwise