alastriaContracts

package
v0.0.0-...-b2c4e65 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlastriaContractsABI = AlastriaContractsMetaData.ABI

AlastriaContractsABI is the input ABI used to generate the binding from. Deprecated: Use AlastriaContractsMetaData.ABI instead.

View Source
var AlastriaContractsMetaData = &bind.MetaData{
	ABI: "[{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_identityIssuer\",\"type\":\"address\"},{\"internalType\":\"enumEidas.EidasLevel\",\"name\":\"_level\",\"type\":\"uint8\"}],\"name\":\"addIdentityIssuer\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_identityIssuer\",\"type\":\"address\"},{\"internalType\":\"enumEidas.EidasLevel\",\"name\":\"_level\",\"type\":\"uint8\"}],\"name\":\"updateIdentityIssuerEidasLevel\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_identityIssuer\",\"type\":\"address\"}],\"name\":\"deleteIdentityIssuer\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_identityIssuer\",\"type\":\"address\"}],\"name\":\"getEidasLevel\",\"outputs\":[{\"internalType\":\"enumEidas.EidasLevel\",\"name\":\"\",\"type\":\"uint8\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"_identityIssuer\",\"type\":\"address\"}],\"name\":\"isIdentityIssuer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

AlastriaContractsMetaData contains all meta data concerning the AlastriaContracts contract.

Functions

This section is empty.

Types

type AlastriaContracts

type AlastriaContracts struct {
	AlastriaContractsCaller     // Read-only binding to the contract
	AlastriaContractsTransactor // Write-only binding to the contract
	AlastriaContractsFilterer   // Log filterer for contract events
}

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

func NewAlastriaContracts

func NewAlastriaContracts(address common.Address, backend bind.ContractBackend) (*AlastriaContracts, error)

NewAlastriaContracts creates a new instance of AlastriaContracts, bound to a specific deployed contract.

type AlastriaContractsCaller

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

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

func NewAlastriaContractsCaller

func NewAlastriaContractsCaller(address common.Address, caller bind.ContractCaller) (*AlastriaContractsCaller, error)

NewAlastriaContractsCaller creates a new read-only instance of AlastriaContracts, bound to a specific deployed contract.

func (*AlastriaContractsCaller) GetEidasLevel

func (_AlastriaContracts *AlastriaContractsCaller) GetEidasLevel(opts *bind.CallOpts, _identityIssuer common.Address) (uint8, error)

GetEidasLevel is a free data retrieval call binding the contract method 0x0e5a4fbb.

Solidity: function getEidasLevel(address _identityIssuer) view returns(uint8)

func (*AlastriaContractsCaller) IsIdentityIssuer

func (_AlastriaContracts *AlastriaContractsCaller) IsIdentityIssuer(opts *bind.CallOpts, _identityIssuer common.Address) (bool, error)

IsIdentityIssuer is a free data retrieval call binding the contract method 0x6554adf0.

Solidity: function isIdentityIssuer(address _identityIssuer) view returns(bool)

type AlastriaContractsCallerRaw

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

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

func (*AlastriaContractsCallerRaw) Call

func (_AlastriaContracts *AlastriaContractsCallerRaw) 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 AlastriaContractsCallerSession

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

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

func (*AlastriaContractsCallerSession) GetEidasLevel

func (_AlastriaContracts *AlastriaContractsCallerSession) GetEidasLevel(_identityIssuer common.Address) (uint8, error)

GetEidasLevel is a free data retrieval call binding the contract method 0x0e5a4fbb.

Solidity: function getEidasLevel(address _identityIssuer) view returns(uint8)

func (*AlastriaContractsCallerSession) IsIdentityIssuer

func (_AlastriaContracts *AlastriaContractsCallerSession) IsIdentityIssuer(_identityIssuer common.Address) (bool, error)

IsIdentityIssuer is a free data retrieval call binding the contract method 0x6554adf0.

Solidity: function isIdentityIssuer(address _identityIssuer) view returns(bool)

type AlastriaContractsFilterer

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

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

func NewAlastriaContractsFilterer

func NewAlastriaContractsFilterer(address common.Address, filterer bind.ContractFilterer) (*AlastriaContractsFilterer, error)

NewAlastriaContractsFilterer creates a new log filterer instance of AlastriaContracts, bound to a specific deployed contract.

type AlastriaContractsRaw

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

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

func (*AlastriaContractsRaw) Call

func (_AlastriaContracts *AlastriaContractsRaw) 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 (*AlastriaContractsRaw) Transact

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

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

func (*AlastriaContractsRaw) Transfer

func (_AlastriaContracts *AlastriaContractsRaw) 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 AlastriaContractsSession

type AlastriaContractsSession struct {
	Contract     *AlastriaContracts // 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
}

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

func (*AlastriaContractsSession) AddIdentityIssuer

func (_AlastriaContracts *AlastriaContractsSession) AddIdentityIssuer(_identityIssuer common.Address, _level uint8) (*types.Transaction, error)

AddIdentityIssuer is a paid mutator transaction binding the contract method 0x889776a8.

Solidity: function addIdentityIssuer(address _identityIssuer, uint8 _level) returns()

func (*AlastriaContractsSession) DeleteIdentityIssuer

func (_AlastriaContracts *AlastriaContractsSession) DeleteIdentityIssuer(_identityIssuer common.Address) (*types.Transaction, error)

DeleteIdentityIssuer is a paid mutator transaction binding the contract method 0xcb691599.

Solidity: function deleteIdentityIssuer(address _identityIssuer) returns()

func (*AlastriaContractsSession) GetEidasLevel

func (_AlastriaContracts *AlastriaContractsSession) GetEidasLevel(_identityIssuer common.Address) (uint8, error)

GetEidasLevel is a free data retrieval call binding the contract method 0x0e5a4fbb.

Solidity: function getEidasLevel(address _identityIssuer) view returns(uint8)

func (*AlastriaContractsSession) IsIdentityIssuer

func (_AlastriaContracts *AlastriaContractsSession) IsIdentityIssuer(_identityIssuer common.Address) (bool, error)

IsIdentityIssuer is a free data retrieval call binding the contract method 0x6554adf0.

Solidity: function isIdentityIssuer(address _identityIssuer) view returns(bool)

func (*AlastriaContractsSession) UpdateIdentityIssuerEidasLevel

func (_AlastriaContracts *AlastriaContractsSession) UpdateIdentityIssuerEidasLevel(_identityIssuer common.Address, _level uint8) (*types.Transaction, error)

UpdateIdentityIssuerEidasLevel is a paid mutator transaction binding the contract method 0x44963610.

Solidity: function updateIdentityIssuerEidasLevel(address _identityIssuer, uint8 _level) returns()

type AlastriaContractsTransactor

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

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

func NewAlastriaContractsTransactor

func NewAlastriaContractsTransactor(address common.Address, transactor bind.ContractTransactor) (*AlastriaContractsTransactor, error)

NewAlastriaContractsTransactor creates a new write-only instance of AlastriaContracts, bound to a specific deployed contract.

func (*AlastriaContractsTransactor) AddIdentityIssuer

func (_AlastriaContracts *AlastriaContractsTransactor) AddIdentityIssuer(opts *bind.TransactOpts, _identityIssuer common.Address, _level uint8) (*types.Transaction, error)

AddIdentityIssuer is a paid mutator transaction binding the contract method 0x889776a8.

Solidity: function addIdentityIssuer(address _identityIssuer, uint8 _level) returns()

func (*AlastriaContractsTransactor) DeleteIdentityIssuer

func (_AlastriaContracts *AlastriaContractsTransactor) DeleteIdentityIssuer(opts *bind.TransactOpts, _identityIssuer common.Address) (*types.Transaction, error)

DeleteIdentityIssuer is a paid mutator transaction binding the contract method 0xcb691599.

Solidity: function deleteIdentityIssuer(address _identityIssuer) returns()

func (*AlastriaContractsTransactor) UpdateIdentityIssuerEidasLevel

func (_AlastriaContracts *AlastriaContractsTransactor) UpdateIdentityIssuerEidasLevel(opts *bind.TransactOpts, _identityIssuer common.Address, _level uint8) (*types.Transaction, error)

UpdateIdentityIssuerEidasLevel is a paid mutator transaction binding the contract method 0x44963610.

Solidity: function updateIdentityIssuerEidasLevel(address _identityIssuer, uint8 _level) returns()

type AlastriaContractsTransactorRaw

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

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

func (*AlastriaContractsTransactorRaw) Transact

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

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

func (*AlastriaContractsTransactorRaw) Transfer

func (_AlastriaContracts *AlastriaContractsTransactorRaw) 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 AlastriaContractsTransactorSession

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

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

func (*AlastriaContractsTransactorSession) AddIdentityIssuer

func (_AlastriaContracts *AlastriaContractsTransactorSession) AddIdentityIssuer(_identityIssuer common.Address, _level uint8) (*types.Transaction, error)

AddIdentityIssuer is a paid mutator transaction binding the contract method 0x889776a8.

Solidity: function addIdentityIssuer(address _identityIssuer, uint8 _level) returns()

func (*AlastriaContractsTransactorSession) DeleteIdentityIssuer

func (_AlastriaContracts *AlastriaContractsTransactorSession) DeleteIdentityIssuer(_identityIssuer common.Address) (*types.Transaction, error)

DeleteIdentityIssuer is a paid mutator transaction binding the contract method 0xcb691599.

Solidity: function deleteIdentityIssuer(address _identityIssuer) returns()

func (*AlastriaContractsTransactorSession) UpdateIdentityIssuerEidasLevel

func (_AlastriaContracts *AlastriaContractsTransactorSession) UpdateIdentityIssuerEidasLevel(_identityIssuer common.Address, _level uint8) (*types.Transaction, error)

UpdateIdentityIssuerEidasLevel is a paid mutator transaction binding the contract method 0x44963610.

Solidity: function updateIdentityIssuerEidasLevel(address _identityIssuer, uint8 _level) returns()

Jump to

Keyboard shortcuts

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