package
0.7.0
Repository: https://github.com/consensys/gnark-tests.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DeployPairing deploys a new Ethereum contract, binding an instance of Pairing to it.
DeployVerifier deploys a new Ethereum contract, binding an instance of Verifier to it.
NewPairing creates a new instance of Pairing, bound to a specific deployed contract.
NewPairingCaller creates a new read-only instance of Pairing, bound to a specific deployed contract.
NewPairingFilterer creates a new log filterer instance of Pairing, bound to a specific deployed contract.
NewPairingTransactor creates a new write-only instance of Pairing, bound to a specific deployed contract.
NewVerifier creates a new instance of Verifier, bound to a specific deployed contract.
NewVerifierCaller creates a new read-only instance of Verifier, bound to a specific deployed contract.
NewVerifierFilterer creates a new log filterer instance of Verifier, bound to a specific deployed contract.
NewVerifierTransactor creates a new write-only instance of Verifier, bound to a specific deployed contract.

# Variables

PairingABI is the input ABI used to generate the binding from.
PairingBin is the compiled bytecode used for deploying new contracts.
PairingMetaData contains all meta data concerning the Pairing contract.
VerifierABI is the input ABI used to generate the binding from.
VerifierBin is the compiled bytecode used for deploying new contracts.
Deprecated: Use VerifierMetaData.Sigs instead.
VerifierMetaData contains all meta data concerning the Verifier contract.

# Structs

Pairing is an auto generated Go binding around an Ethereum contract.
PairingCaller is an auto generated read-only Go binding around an Ethereum contract.
PairingCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
PairingCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
PairingFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
PairingRaw is an auto generated low-level Go binding around an Ethereum contract.
PairingSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
PairingTransactor is an auto generated write-only Go binding around an Ethereum contract.
PairingTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
PairingTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
Verifier is an auto generated Go binding around an Ethereum contract.
VerifierCaller is an auto generated read-only Go binding around an Ethereum contract.
VerifierCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
VerifierCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
VerifierFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
VerifierRaw is an auto generated low-level Go binding around an Ethereum contract.
VerifierSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
VerifierTransactor is an auto generated write-only Go binding around an Ethereum contract.
VerifierTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
VerifierTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.