PublicKey public class PublicKey : SdkObject Asymmetric public encryption key. init(_:) Constructs a PublicKey from the provided array of bytes. Fails if the provided bytes are not a valid IronCore PublicKey. Declaration Swift public convenience init?(_ bytes: [UInt8]) bytes Bytes of the public key Declaration Swift public lazy var bytes: [UInt8] { get set }