UnusedAddressFunction typedef

UnusedAddressFunction = bool Function(ShelleyAddress address)

Function used to test address usage. Returns true if it has not been used in a transaction.

Implementation

typedef UnusedAddressFunction = bool Function(ShelleyAddress address);