BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::bloom_parameters::optimal_parameters_t Struct Reference

#include <bloom_filter.hpp>

Public Member Functions

 optimal_parameters_t ()
 

Public Attributes

unsigned int number_of_hashes
 
unsigned long long int table_size
 

Detailed Description

Definition at line 110 of file bloom_filter.hpp.

Constructor & Destructor Documentation

◆ optimal_parameters_t()

fc::bloom_parameters::optimal_parameters_t::optimal_parameters_t ( )
inline

Definition at line 112 of file bloom_filter.hpp.

Member Data Documentation

◆ number_of_hashes

unsigned int fc::bloom_parameters::optimal_parameters_t::number_of_hashes

Definition at line 117 of file bloom_filter.hpp.

◆ table_size

unsigned long long int fc::bloom_parameters::optimal_parameters_t::table_size

Definition at line 118 of file bloom_filter.hpp.


The documentation for this struct was generated from the following file: