Function tea_sdk::utils::wasm_actor::actors::statemachine::verify_enough_account_balance
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