FfiIdentityStats
public struct FfiIdentityStats
extension FfiIdentityStats: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var publishIdentityUpdate: UInt64
-
Undocumented
Declaration
Swift
public var getIdentityUpdatesV2: UInt64
-
Undocumented
Declaration
Swift
public var getInboxIds: UInt64
-
Undocumented
Declaration
Swift
public var verifySmartContractWalletSignature: UInt64
-
Undocumented
Declaration
Swift
public init(publishIdentityUpdate: UInt64, getIdentityUpdatesV2: UInt64, getInboxIds: UInt64, verifySmartContractWalletSignature: UInt64)
-
Declaration
Swift
public static func == (lhs: FfiIdentityStats, rhs: FfiIdentityStats) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)