ProxyIndicatorRequestPayload
public struct ProxyIndicatorRequestPayload : Encodable, Equatable
Represents the payload for a proxy indicator request.
-
An array of contact proxy hashes.
Declaration
Swift
public let proxies: [ContactProxyHash]
-
Initializes a
ProxyIndicatorRequestPayload
instance with the given contact proxy hashes.Declaration
Swift
public init(proxies: [ContactProxyHash])
Parameters
proxies
An array of contact proxy hashes.