pub fn balance<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the BALANCE instruction.
Gets the balance of the given account.
pub fn balance<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the BALANCE instruction.
Gets the balance of the given account.