Status
public struct Status : Decodable, Equatable
The status of the P2P request.
-
The value representing the P2P request status.
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 P2P request status.