Uses of Class
org.sol4k.utilities.AddressFormatException.InvalidPrefix
-
-
Uses of AddressFormatException.InvalidPrefix in org.sol4k.utilities
Subclasses of AddressFormatException.InvalidPrefix in org.sol4k.utilities Modifier and Type Class Description static classAddressFormatException.WrongNetworkThis exception is thrown by theEncodedPrivateKeyhierarchy of classes when you try and decode an address with a prefix (version header or human-readable part) that used by another network (usually: mainnet vs testnet).
-