package
0.0.0-20230816035547-f94ef0f6cb83
Repository: https://github.com/digitallabs-web3/neo-go-evm.git
Documentation: pkg.go.dev

# 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

# Type aliases

Batch represents a standard JSON-RPC 2.0 batch: https://www.jsonrpc.org/specification#batch.
No description provided by the author