Function balance

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

Implements the BALANCE instruction.

Gets the balance of the given account.