Skip to main content

balance

Function balance 

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

Implements the BALANCE instruction.

Gets the balance of the given account.