open class RPCRequestBody
(source)
The request payload of an RPC request to another node. The fields are as specified in the scuttlebutt protocol docs
RPCRequestBody(name: MutableList<String>, type: RPCRequestType, args: MutableList<Any>) |
open fun asBytes(objectMapper: ObjectMapper): Bytes |
|
open fun getArgs(): MutableList<Any> |
|
open fun getName(): MutableList<String> |
|
open fun getType(): RPCRequestType |