We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public enum CoderError
LocalizedError
hrpMismatch
case hrpMismatch(: String, : String)
checksumSizeTooLow
case checksumSizeTooLow
dataSizeMismatch
case dataSizeMismatch(: Int)
segwitVersionNotSupported
case segwitVersionNotSupported(: UInt8)
segwitV0ProgramSizeMismatch
case segwitV0ProgramSizeMismatch(: Int)
encodingCheckFailed
case encodingCheckFailed
errorDescription
var errorDescription: String?