Function eei::ethereum_getExternalBalance[][src]

pub unsafe extern "C" fn ethereum_getExternalBalance(
    address_ptr: *const Address,
    ether_amount_ptr: *mut Amount
)
Expand description

Gets ethereum balance of the given account.

Arguments:

  • address_ptr: The memory location to load the address from.
  • ether_amount_ptr: The memory location to load the ethereum amount into.