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 classBech32Error.InvalidCharSome part of the string contains an invalid characterstatic classBech32Error.InvalidChecksumThe checksum does not match the rest of the datastatic classBech32Error.InvalidDataSome part of the data has an invalid valuestatic classBech32Error.InvalidLengthThe data or human-readable part is too long or too shortstatic classBech32Error.InvalidPaddingThe bit conversion failed due to a padding issuestatic classBech32Error.MissingSeparatorString does not contain the separator characterstatic classBech32Error.MixedCaseThe whole string must be of one caseFields in org.ldk.structs declared as Bech32Error Modifier and Type Field Description Bech32ErrorParseError.Bech32Error. bech32_errorMethods in org.ldk.structs that return Bech32Error Modifier and Type Method Description Bech32ErrorBech32Error. clone()Creates a new Bech32Error which has the same data as `orig`
-