SocketOperation
public protocol SocketOperation : JSONCodable
Represents blockchain call Source
-
Undocumented
Declaration
Swift
var method: SocketOperationType { get } -
Undocumented
Declaration
Swift
var operationId: Int { get } -
Undocumented
Declaration
Swift
var apiId: Int { get } -
Undocumented
Declaration
Swift
func createParameters() -> [Any] -
Undocumented
Declaration
Swift
func handleResponse(_ response: ECHODirectResponse) -
forceEnd()Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func forceEnd()
-
toJSON()Extension methodUndocumented
Declaration
Swift
func toJSON() -> Any?
View on GitHub
SocketOperation Protocol Reference