wire_Wallet_deposit_eth method

void wire_Wallet_deposit_eth(
  1. int port_,
  2. int that,
  3. int sub_account_id,
  4. Pointer<wire_cst_list_prim_u_8_strict> deposit_to,
  5. int eth_params,
  6. bool is_gateway,
)

Implementation

void wire_Wallet_deposit_eth(
  int port_,
  int that,
  int sub_account_id,
  ffi.Pointer<wire_cst_list_prim_u_8_strict> deposit_to,
  int eth_params,
  bool is_gateway,
) {
  return _wire_Wallet_deposit_eth(
    port_,
    that,
    sub_account_id,
    deposit_to,
    eth_params,
    is_gateway,
  );
}