# Functions
CreateFunctionInvocationScript creates a script to invoke given contract with given parameters.
ExpandArrayIntoScript pushes all FuncParam parameters from the given array into the given buffer in reverse order.
NewIn creates a new In struct.
NewRawParams creates RawParams from its parameters.
NewRequest creates a new Request struct.
# Constants
JSONRPCVersion is the only JSON-RPC protocol version supported.
# Structs
No description provided by the author
No description provided by the author
In represents a standard JSON-RPC 2.0 request: http://www.jsonrpc.org/specification#request_object.
No description provided by the author
No description provided by the author
Raw represents JSON-RPC request on the Client side.
RawParams is just a slice of abstract values, used to represent parameters passed from client to server.
Request contains standard JSON-RPC 2.0 request and batch of requests: http://www.jsonrpc.org/specification.
No description provided by the author
No description provided by the author