pub trait BitcoinEncoderMarker: AddressEncoder<Address = Address, Error = EncodingError, RecipientIdentifier = ScriptPubkey> { }
Expand description

Marker trait to simplify encoder representation elsewhere

Implementors