wire_Wallet_deposit_erc20 method

void wire_Wallet_deposit_erc20(
  1. int port_,
  2. int that,
  3. int sub_account_id,
  4. Pointer<wire_cst_list_prim_u_8_strict> deposit_to,
  5. Pointer<wire_cst_list_prim_u_8_strict> token_addr,
  6. Pointer<wire_cst_list_prim_u_8_strict> amount,
  7. bool mapping,
  8. int eth_params,
  9. 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,
  );
}