-
Generate Ethereum personal signature text from a message
Declaration
Swift
static func ethPersonalMessage(_ message: String) throws -> Data
-
Undocumented
Declaration
Swift
public init(bytes: Data, recovery: Int)
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws