- AddressFormatException - Exception in org.nervos.ckb.exceptions
-
- AddressFormatException() - Constructor for exception org.nervos.ckb.exceptions.AddressFormatException
-
- AddressFormatException(String) - Constructor for exception org.nervos.ckb.exceptions.AddressFormatException
-
- AddressFormatException.InvalidCharacter - Exception in org.nervos.ckb.exceptions
-
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
- AddressFormatException.InvalidChecksum - Exception in org.nervos.ckb.exceptions
-
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
- AddressFormatException.InvalidDataLength - Exception in org.nervos.ckb.exceptions
-
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
- AddressFormatException.InvalidPrefix - Exception in org.nervos.ckb.exceptions
-
This exception is thrown by the hierarchy of classes when you try and decode an address or
private key with an invalid prefix (version header or human-readable part).
- AddressUtils - Class in org.nervos.ckb.address
-
Copyright © 2018 Nervos Foundation.
- AddressUtils(Network) - Constructor for class org.nervos.ckb.address.AddressUtils
-
- asByte(int, int) - Static method in class org.nervos.ckb.utils.Numeric
-
- asciiToHex(String, int) - Static method in class org.nervos.ckb.utils.Strings
-
- Assertions - Class in org.nervos.ckb.utils
-
Assertion utility functions.
- Assertions() - Constructor for class org.nervos.ckb.utils.Assertions
-