wire_Wallet_deposit_eth method
void
wire_Wallet_deposit_eth()
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,
);
}