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