STRUCT EcdsaSignature public struct EcdsaSignature : Codable, Equatable Properties s public let s: String r public let r: String recovery public let recovery: UInt Methods init(s:r:recovery:) public init(s: String, r: String, recovery: UInt)