wire_Wallet_deposit_erc20 method
void
wire_Wallet_deposit_erc20(
- int port_,
- int that,
- int sub_account_id,
- Pointer<
wire_cst_list_prim_u_8_strict> deposit_to, - Pointer<
wire_cst_list_prim_u_8_strict> token_addr, - Pointer<
wire_cst_list_prim_u_8_strict> amount, - bool mapping,
- int eth_params,
- bool is_gateway,
Implementation
void wire_Wallet_deposit_erc20(
int port_,
int that,
int sub_account_id,
ffi.Pointer<wire_cst_list_prim_u_8_strict> deposit_to,
ffi.Pointer<wire_cst_list_prim_u_8_strict> token_addr,
ffi.Pointer<wire_cst_list_prim_u_8_strict> amount,
bool mapping,
int eth_params,
bool is_gateway,
) {
return _wire_Wallet_deposit_erc20(
port_,
that,
sub_account_id,
deposit_to,
token_addr,
amount,
mapping,
eth_params,
is_gateway,
);
}