wire_Wallet_set_auth_pubkey_hash method

void wire_Wallet_set_auth_pubkey_hash(
  1. int port_,
  2. int that,
  3. double nonce,
  4. Pointer<wire_cst_list_prim_u_8_strict> new_pubkey_hash,
  5. int eth_params,
)

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,
  );
}