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 struct Ed25519PublicKey: PublicKey
PublicKey
init(from:)
public init(from decoder: Decoder) throws
metaType
var metaType: MetaType
address
var address: Address
data
var data: Data
encode(to:)
public func encode(to encoder: Encoder) throws
verify(message:signature:)
public func verify(message: Data, signature: Data) -> Bool