package
0.108.1
Repository: https://github.com/nspcc-dev/neo-go.git
Documentation: pkg.go.dev

# Functions

New creates an instance of Contract to perform actions using the given Actor.
NewReader creates an instance of ContractReader that can be used to read data from the contract.

# Variables

Hash stores the hash of the native OracleContract contract.

# Structs

Contract represents the OracleContract contract client that can be used to invoke its "setPrice" method.
ContractReader provides an interface to call read-only OracleContract contract's methods.
RequestEvent represents an OracleRequest notification event emitted from the OracleContract contract.
ResponseEvent represents an OracleResponse notification event emitted from the OracleContract contract.

# Interfaces

Actor is used by Contract to create and send transactions.
Invoker is used by ContractReader to call various methods.