Base58CheckCodec.bitcoin constructor

Base58CheckCodec.bitcoin()

A codec that works with the Bitcoin alphabet and the SHA256 hash function.

Implementation

Base58CheckCodec.bitcoin() : this(BITCOIN_ALPHABET);