Skip to content
paulofaria edited this page Oct 20, 2020 · 3 revisions

PubKey

public struct PubKey

Initializers

init(_:_:)

public init(_ type: String, _ data: Data)

Properties

type

let type: String

data

let data: Data
Clone this wiki locally