public final class Base58BtcCodec extends BaseNCodec
It is case SENSITIVE.
It encodes using remainder operator (modulus).
The alphabet for this codec is the same used in Bitcoin (BTC).
BaseNCodec.CustomDivider| Modifier and Type | Field and Description |
|---|---|
static Base58BtcCodec |
INSTANCE
A shared immutable instance.
|
base, decoder, encoder| Constructor and Description |
|---|
Base58BtcCodec()
Default constructor.
|
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstance, validatepublic static final Base58BtcCodec INSTANCE
Copyright © 2024. All rights reserved.