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