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| 限定符和类型 | 字段和说明 |
|---|---|
static Base58BtcCodec |
INSTANCE |
| 构造器和说明 |
|---|
Base58BtcCodec() |
decode, encode, getBase, newInstance, newInstance, newInstance, newInstance, newInstance, newInstancepublic static final Base58BtcCodec INSTANCE
Copyright © 2024. All rights reserved.