SocketMethod - p2p-org/solana-swift GitHub Wiki

SocketMethod

public struct SocketMethod: Equatable, RawRepresentable 

Inheritance

Equatable, RawRepresentable

Initializers

init(_:_:)

public init(_ entity: SocketEntity, _ action: SocketAction) 

init?(rawValue:)

public init?(rawValue: String) 

Properties

entity

public let entity: SocketEntity

action

public let action: SocketAction

rawValue

public var rawValue: String