Uses of Class
org.ldk.structs.Bech32Error
-
Packages that use Bech32Error Package Description org.ldk.structs -
-
Uses of Bech32Error in org.ldk.structs
Subclasses of Bech32Error in org.ldk.structs Modifier and Type Class Description static class
Bech32Error.InvalidChar
Some part of the string contains an invalid characterstatic class
Bech32Error.InvalidChecksum
The checksum does not match the rest of the datastatic class
Bech32Error.InvalidData
Some part of the data has an invalid valuestatic class
Bech32Error.InvalidLength
The data or human-readable part is too long or too shortstatic class
Bech32Error.InvalidPadding
The bit conversion failed due to a padding issuestatic class
Bech32Error.MissingSeparator
String does not contain the separator characterstatic class
Bech32Error.MixedCase
The whole string must be of one caseFields in org.ldk.structs declared as Bech32Error Modifier and Type Field Description Bech32Error
ParseError.Bech32Error. bech32_error
Methods in org.ldk.structs that return Bech32Error Modifier and Type Method Description Bech32Error
Bech32Error. clone()
Creates a new Bech32Error which has the same data as `orig`Methods in org.ldk.structs with parameters of type Bech32Error Modifier and Type Method Description static ParseError
ParseError. bech32_error(Bech32Error a)
Utility method to constructs a new Bech32Error-variant ParseError
-