PublicKey
@dynamicMemberLookup
public struct PublicKey : Codable
A length-enforced public key value represented in base 58.
-
Undocumented
Declaration
Swift
public let base58: Base58 -
Build a public key from a base-58 string.
Declaration
Swift
public init(base58String text: String) throws -
Build a public key from a base-58 object, checking length.
Declaration
Swift
public init(base58: Base58) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Declaration
Swift
public init(from decoder: Decoder) throws
PublicKey Structure Reference