wire_Wallet_full_exit method

void wire_Wallet_full_exit(
  1. int port_,
  2. int that,
  3. int account_id,
  4. int sub_account_id,
  5. int token_id,
  6. bool mapping,
  7. int eth_params,
)

Implementation

void wire_Wallet_full_exit(
  int port_,
  int that,
  int account_id,
  int sub_account_id,
  int token_id,
  bool mapping,
  int eth_params,
) {
  return _wire_Wallet_full_exit(
    port_,
    that,
    account_id,
    sub_account_id,
    token_id,
    mapping,
    eth_params,
  );
}