Skip to main content

balance

Function balance 

pub fn balance<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Available on crate feature evm only.
Expand description

Implements the BALANCE instruction.

Gets the balance of the given account.