Function bitcoin_pool_identification::coinbase_address_matching[][src]

pub fn coinbase_address_matching(address: String) -> Option<Pool>

Tries to match known mining pool addresses to the given address. Returning Some(Pool) if a pool with this address is known. Otherwise None is returned. The code of this function is auto-generated.