atlasVerification

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AtlasVerificationABI = AtlasVerificationMetaData.ABI

AtlasVerificationABI is the input ABI used to generate the binding from. Deprecated: Use AtlasVerificationMetaData.ABI instead.

View Source
var AtlasVerificationMetaData = &bind.MetaData{
	ABI: "[{\"type\":\"function\",\"name\":\"getDomainSeparator\",\"inputs\":[],\"outputs\":[{\"name\":\"domainSeparator\",\"type\":\"bytes32\",\"internalType\":\"bytes32\"}],\"stateMutability\":\"view\"},{\"type\":\"function\",\"name\":\"getDAppSignatories\",\"inputs\":[{\"name\":\"dAppControl\",\"type\":\"address\",\"internalType\":\"address\"}],\"outputs\":[{\"name\":\"\",\"type\":\"address[]\",\"internalType\":\"address[]\"}],\"stateMutability\":\"view\"}]",
}

AtlasVerificationMetaData contains all meta data concerning the AtlasVerification contract.

Functions

This section is empty.

Types

type AtlasVerification

type AtlasVerification struct {
	AtlasVerificationCaller     // Read-only binding to the contract
	AtlasVerificationTransactor // Write-only binding to the contract
	AtlasVerificationFilterer   // Log filterer for contract events
}

AtlasVerification is an auto generated Go binding around an Ethereum contract.

func NewAtlasVerification

func NewAtlasVerification(address common.Address, backend bind.ContractBackend) (*AtlasVerification, error)

NewAtlasVerification creates a new instance of AtlasVerification, bound to a specific deployed contract.

type AtlasVerificationCaller

type AtlasVerificationCaller struct {
	// contains filtered or unexported fields
}

AtlasVerificationCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewAtlasVerificationCaller

func NewAtlasVerificationCaller(address common.Address, caller bind.ContractCaller) (*AtlasVerificationCaller, error)

NewAtlasVerificationCaller creates a new read-only instance of AtlasVerification, bound to a specific deployed contract.

func (*AtlasVerificationCaller) GetDAppSignatories

func (_AtlasVerification *AtlasVerificationCaller) GetDAppSignatories(opts *bind.CallOpts, dAppControl common.Address) ([]common.Address, error)

GetDAppSignatories is a free data retrieval call binding the contract method 0x6c18e10b.

Solidity: function getDAppSignatories(address dAppControl) view returns(address[])

func (*AtlasVerificationCaller) GetDomainSeparator

func (_AtlasVerification *AtlasVerificationCaller) GetDomainSeparator(opts *bind.CallOpts) ([32]byte, error)

GetDomainSeparator is a free data retrieval call binding the contract method 0xed24911d.

Solidity: function getDomainSeparator() view returns(bytes32 domainSeparator)

type AtlasVerificationCallerRaw

type AtlasVerificationCallerRaw struct {
	Contract *AtlasVerificationCaller // Generic read-only contract binding to access the raw methods on
}

AtlasVerificationCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*AtlasVerificationCallerRaw) Call

func (_AtlasVerification *AtlasVerificationCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

type AtlasVerificationCallerSession

type AtlasVerificationCallerSession struct {
	Contract *AtlasVerificationCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts            // Call options to use throughout this session
}

AtlasVerificationCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*AtlasVerificationCallerSession) GetDAppSignatories

func (_AtlasVerification *AtlasVerificationCallerSession) GetDAppSignatories(dAppControl common.Address) ([]common.Address, error)

GetDAppSignatories is a free data retrieval call binding the contract method 0x6c18e10b.

Solidity: function getDAppSignatories(address dAppControl) view returns(address[])

func (*AtlasVerificationCallerSession) GetDomainSeparator

func (_AtlasVerification *AtlasVerificationCallerSession) GetDomainSeparator() ([32]byte, error)

GetDomainSeparator is a free data retrieval call binding the contract method 0xed24911d.

Solidity: function getDomainSeparator() view returns(bytes32 domainSeparator)

type AtlasVerificationFilterer

type AtlasVerificationFilterer struct {
	// contains filtered or unexported fields
}

AtlasVerificationFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewAtlasVerificationFilterer

func NewAtlasVerificationFilterer(address common.Address, filterer bind.ContractFilterer) (*AtlasVerificationFilterer, error)

NewAtlasVerificationFilterer creates a new log filterer instance of AtlasVerification, bound to a specific deployed contract.

type AtlasVerificationRaw

type AtlasVerificationRaw struct {
	Contract *AtlasVerification // Generic contract binding to access the raw methods on
}

AtlasVerificationRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*AtlasVerificationRaw) Call

func (_AtlasVerification *AtlasVerificationRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error

Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.

func (*AtlasVerificationRaw) Transact

func (_AtlasVerification *AtlasVerificationRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AtlasVerificationRaw) Transfer

func (_AtlasVerification *AtlasVerificationRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type AtlasVerificationSession

type AtlasVerificationSession struct {
	Contract     *AtlasVerification // Generic contract binding to set the session for
	CallOpts     bind.CallOpts      // Call options to use throughout this session
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

AtlasVerificationSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*AtlasVerificationSession) GetDAppSignatories

func (_AtlasVerification *AtlasVerificationSession) GetDAppSignatories(dAppControl common.Address) ([]common.Address, error)

GetDAppSignatories is a free data retrieval call binding the contract method 0x6c18e10b.

Solidity: function getDAppSignatories(address dAppControl) view returns(address[])

func (*AtlasVerificationSession) GetDomainSeparator

func (_AtlasVerification *AtlasVerificationSession) GetDomainSeparator() ([32]byte, error)

GetDomainSeparator is a free data retrieval call binding the contract method 0xed24911d.

Solidity: function getDomainSeparator() view returns(bytes32 domainSeparator)

type AtlasVerificationTransactor

type AtlasVerificationTransactor struct {
	// contains filtered or unexported fields
}

AtlasVerificationTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewAtlasVerificationTransactor

func NewAtlasVerificationTransactor(address common.Address, transactor bind.ContractTransactor) (*AtlasVerificationTransactor, error)

NewAtlasVerificationTransactor creates a new write-only instance of AtlasVerification, bound to a specific deployed contract.

type AtlasVerificationTransactorRaw

type AtlasVerificationTransactorRaw struct {
	Contract *AtlasVerificationTransactor // Generic write-only contract binding to access the raw methods on
}

AtlasVerificationTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*AtlasVerificationTransactorRaw) Transact

func (_AtlasVerification *AtlasVerificationTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*AtlasVerificationTransactorRaw) Transfer

func (_AtlasVerification *AtlasVerificationTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)

Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.

type AtlasVerificationTransactorSession

type AtlasVerificationTransactorSession struct {
	Contract     *AtlasVerificationTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts            // Transaction auth options to use throughout this session
}

AtlasVerificationTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL