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