AccountKey
public struct AccountKey
extension AccountKey: Equatable
extension AccountKey: Hashable
-
Declaration
Swift
public let publicAddress: PublicAddress -
Declaration
Swift
public init?(serializedData: Data)Return Value
nilwhen the input is not deserializable. -
Declaration
Swift
public var serializedData: Data { get } -
Declaration
Swift
public static func make( entropy: Data, fogReportUrl: String, fogReportId: String, fogAuthoritySpki: Data, accountIndex: UInt32 = 0 ) -> Result<AccountKey, InvalidInputError> -
Declaration
Swift
public static func make( mnemonic: String, fogReportUrl: String, fogReportId: String, fogAuthoritySpki: Data, accountIndex: UInt32 = 0 ) -> Result<AccountKey, InvalidInputError>
View on GitHub
AccountKey Structure Reference