RPCResult
public protocol RPCResult : CustomStringConvertible
Undocumented
-
Declaration
Swift
var id : StringReturn Value
The Id of the RPC function which was registered in the server.
-
Declaration
Swift
var payload : String?Return Value
The payload result sent back from the function call. May be {@code null}.
View on GitHub
Install in Dash
RPCResult Protocol Reference