Function balance
pub fn balance<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the BALANCE instruction.
Gets the balance of the given account.
pub fn balance<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the BALANCE instruction.
Gets the balance of the given account.