wire_Wallet_set_auth_pubkey_hash method
void
wire_Wallet_set_auth_pubkey_hash()
Implementation
void wire_Wallet_set_auth_pubkey_hash(
int port_,
int that,
double nonce,
ffi.Pointer<wire_cst_list_prim_u_8_strict> new_pubkey_hash,
int eth_params,
) {
return _wire_Wallet_set_auth_pubkey_hash(
port_,
that,
nonce,
new_pubkey_hash,
eth_params,
);
}