balance

Function balance 

pub fn balance<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the BALANCE instruction.

Gets the balance of the given account.