Status
public struct Status : Decodable, Equatable
The status of the P2P request.
-
The value representing the status of the P2P request.
Declaration
Swift
public let value: P2PRequestStatus
-
Initializes a
Status
instance with the provided value.Declaration
Swift
public init(value: P2PRequestStatus)
Parameters
value
The value representing the status of the P2P request.