package
0.0.0-20221109070454-eb4623fbe25e
Repository: https://github.com/ankr-network/coqchain.git
Documentation: pkg.go.dev
# Functions
DeployStaker deploys a new coqchain contract, binding an instance of Staker to it.
NewStaker creates a new instance of Staker, bound to a specific deployed contract.
NewStakerCaller creates a new read-only instance of Staker, bound to a specific deployed contract.
NewStakerFilterer creates a new log filterer instance of Staker, bound to a specific deployed contract.
NewStakerTransactor creates a new write-only instance of Staker, bound to a specific deployed contract.
# Variables
StakerABI is the input ABI used to generate the binding from.
StakerBin is the compiled bytecode used for deploying new contracts.
StakerMetaData contains all meta data concerning the Staker contract.
# Structs
Staker is an auto generated Go binding around an coqchain contract.
StakerCaller is an auto generated read-only Go binding around an coqchain contract.
StakerCallerRaw is an auto generated low-level read-only Go binding around an coqchain contract.
StakerCallerSession is an auto generated read-only Go binding around an coqchain contract, with pre-set call options.
StakerConsume represents a Consume event raised by the Staker contract.
StakerConsumeIterator is returned from FilterConsume and is used to iterate over the raw logs and unpacked data for Consume events raised by the Staker contract.
StakerFilterer is an auto generated log filtering Go binding around an coqchain contract events.
StakerRaw is an auto generated low-level Go binding around an coqchain contract.
StakerSession is an auto generated Go binding around an coqchain contract, with pre-set call and transact options.
StakerTransactor is an auto generated write-only Go binding around an coqchain contract.
StakerTransactorRaw is an auto generated low-level write-only Go binding around an coqchain contract.
StakerTransactorSession is an auto generated write-only Go binding around an coqchain contract, with pre-set transact options.
StakerTransfer represents a Transfer event raised by the Staker contract.
StakerTransferIterator is returned from FilterTransfer and is used to iterate over the raw logs and unpacked data for Transfer events raised by the Staker contract.
StakerWithdraw represents a Withdraw event raised by the Staker contract.
StakerWithdrawIterator is returned from FilterWithdraw and is used to iterate over the raw logs and unpacked data for Withdraw events raised by the Staker contract.