Documentation ¶
Index ¶
- Variables
- type StructsTransaction
- type TransactionPostProcessor
- type TransactionPostProcessorCaller
- func (_TransactionPostProcessor *TransactionPostProcessorCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCaller) EOAADMINROLE(opts *bind.CallOpts) ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
- type TransactionPostProcessorCallerRaw
- type TransactionPostProcessorCallerSession
- func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) EOAADMINROLE() ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- type TransactionPostProcessorFilterer
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterInitialized(opts *bind.FilterOpts) (*TransactionPostProcessorInitializedIterator, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, ...) (*TransactionPostProcessorRoleAdminChangedIterator, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*TransactionPostProcessorRoleGrantedIterator, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, ...) (*TransactionPostProcessorRoleRevokedIterator, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterTransactionsConverted(opts *bind.FilterOpts) (*TransactionPostProcessorTransactionsConvertedIterator, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseInitialized(log types.Log) (*TransactionPostProcessorInitialized, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleAdminChanged(log types.Log) (*TransactionPostProcessorRoleAdminChanged, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleGranted(log types.Log) (*TransactionPostProcessorRoleGranted, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleRevoked(log types.Log) (*TransactionPostProcessorRoleRevoked, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseTransactionsConverted(log types.Log) (*TransactionPostProcessorTransactionsConverted, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorInitialized) (event.Subscription, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleAdminChanged, ...) (event.Subscription, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleGranted, ...) (event.Subscription, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleRevoked, ...) (event.Subscription, error)
- func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchTransactionsConverted(opts *bind.WatchOpts, ...) (event.Subscription, error)
- type TransactionPostProcessorInitialized
- type TransactionPostProcessorInitializedIterator
- type TransactionPostProcessorRaw
- func (_TransactionPostProcessor *TransactionPostProcessorRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_TransactionPostProcessor *TransactionPostProcessorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type TransactionPostProcessorRoleAdminChanged
- type TransactionPostProcessorRoleAdminChangedIterator
- type TransactionPostProcessorRoleGranted
- type TransactionPostProcessorRoleGrantedIterator
- type TransactionPostProcessorRoleRevoked
- type TransactionPostProcessorRoleRevokedIterator
- type TransactionPostProcessorSession
- func (_TransactionPostProcessor *TransactionPostProcessorSession) AddOnBlockEndCallback(callbackAddress common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) DEFAULTADMINROLE() ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) EOAADMINROLE() ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) HasRole(role [32]byte, account common.Address) (bool, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) Initialize(eoaAdmin common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) OnBlock(transactions []StructsTransaction) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorSession) SupportsInterface(interfaceId [4]byte) (bool, error)
- type TransactionPostProcessorTransactionsConverted
- type TransactionPostProcessorTransactionsConvertedIterator
- type TransactionPostProcessorTransactor
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) AddOnBlockEndCallback(opts *bind.TransactOpts, callbackAddress common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) Initialize(opts *bind.TransactOpts, eoaAdmin common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) OnBlock(opts *bind.TransactOpts, transactions []StructsTransaction) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
- type TransactionPostProcessorTransactorRaw
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type TransactionPostProcessorTransactorSession
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) AddOnBlockEndCallback(callbackAddress common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) Initialize(eoaAdmin common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) OnBlock(transactions []StructsTransaction) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
- func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
Constants ¶
This section is empty.
Variables ¶
var TransactionPostProcessorABI = TransactionPostProcessorMetaData.ABI
TransactionPostProcessorABI is the input ABI used to generate the binding from. Deprecated: Use TransactionPostProcessorMetaData.ABI instead.
var TransactionPostProcessorBin = TransactionPostProcessorMetaData.Bin
TransactionPostProcessorBin is the compiled bytecode used for deploying new contracts. Deprecated: Use TransactionPostProcessorMetaData.Bin instead.
var TransactionPostProcessorMetaData = &bind.MetaData{
ABI: "[{\"inputs\":[],\"name\":\"AccessControlBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"neededRole\",\"type\":\"bytes32\"}],\"name\":\"AccessControlUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"previousAdminRole\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"newAdminRole\",\"type\":\"bytes32\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"transactionsLength\",\"type\":\"uint256\"}],\"name\":\"TransactionsConverted\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"DEFAULT_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"EOA_ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"callbackAddress\",\"type\":\"address\"}],\"name\":\"addOnBlockEndCallback\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"eoaAdmin\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"uint8\",\"name\":\"txType\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasPrice\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gasLimit\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"successful\",\"type\":\"bool\"},{\"internalType\":\"uint64\",\"name\":\"gasUsed\",\"type\":\"uint64\"}],\"internalType\":\"structStructs.Transaction[]\",\"name\":\"transactions\",\"type\":\"tuple[]\"}],\"name\":\"onBlock\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"role\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"interfaceId\",\"type\":\"bytes4\"}],\"name\":\"supportsInterface\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
Bin: "0x6080604052348015600e575f5ffd5b50610d998061001c5f395ff3fe608060405234801561000f575f5ffd5b50600436106100c4575f3560e01c806364c55a9d1161007d578063c4d66de811610058578063c4d66de8146101bf578063d547741f146101d2578063ee546fd8146101e5575f5ffd5b806364c55a9d1461016f57806391d1485414610182578063a217fddf146101b8575f5ffd5b80632f2ff15d116100ad5780632f2ff15d1461012057806336568abe14610135578063508a50f414610148575f5ffd5b806301ffc9a7146100c8578063248a9ca3146100f1575b5f5ffd5b6100db6100d63660046107dc565b61025b565b6040516100e8919061080a565b60405180910390f35b6101136100ff366004610829565b5f9081526020819052604090206001015490565b6040516100e8919061084c565b61013361012e36600461087e565b6102f3565b005b61013361014336600461087e565b61031d565b6101137ff16bb8781ef1311f8fe06747bcbe481e695502acdcb0cb8c03aa03899e39a59881565b61013361017d366004610902565b61036e565b6100db61019036600461087e565b5f918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6101135f81565b6101336101cd366004610947565b61047c565b6101336101e036600461087e565b6105e9565b6101336101f3366004610947565b6001805480820182555f919091527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf60180547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b0392909216919091179055565b5f7fffffffff0000000000000000000000000000000000000000000000000000000082167f7965db0b0000000000000000000000000000000000000000000000000000000014806102ed57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b5f8281526020819052604090206001015461030d8161060d565b610317838361061a565b50505050565b6001600160a01b038116331461035f576040517f6697b23200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61036982826106c1565b505050565b5f61037a600130610978565b9050336001600160a01b038216146103ad5760405162461bcd60e51b81526004016103a4906109cf565b60405180910390fd5b5f8290036103cd5760405162461bcd60e51b81526004016103a490610a11565b5f5b600154811015610317575f600182815481106103ed576103ed610a21565b5f918252602090912001546040517f9f9976af0000000000000000000000000000000000000000000000000000000081526001600160a01b0390911691508190639f9976af906104439088908890600401610d06565b5f604051808303815f87803b15801561045a575f5ffd5b505af115801561046c573d5f5f3e3d5ffd5b50505050508060010190506103cf565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff165f811580156104c65750825b90505f8267ffffffffffffffff1660011480156104e25750303b155b9050811580156104f0575080155b15610527576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561055b57845468ff00000000000000001916680100000000000000001785555b6105655f8761061a565b506105907ff16bb8781ef1311f8fe06747bcbe481e695502acdcb0cb8c03aa03899e39a5988761061a565b5083156105e157845468ff0000000000000000191685556040517fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906105d890600190610d3a565b60405180910390a15b505050505050565b5f828152602081905260409020600101546106038161060d565b61031783836106c1565b6106178133610742565b50565b5f828152602081815260408083206001600160a01b038516845290915281205460ff166106ba575f838152602081815260408083206001600160a01b03861684529091529020805460ff191660011790556106723390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45060016102ed565b505f6102ed565b5f828152602081815260408083206001600160a01b038516845290915281205460ff16156106ba575f838152602081815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45060016102ed565b5f828152602081815260408083206001600160a01b038516845290915290205460ff1661079f5780826040517fe2517d3f0000000000000000000000000000000000000000000000000000000081526004016103a4929190610d48565b5050565b7fffffffff0000000000000000000000000000000000000000000000000000000081165b8114610617575f5ffd5b80356102ed816107a3565b5f602082840312156107ef576107ef5f5ffd5b6107f983836107d1565b9392505050565b8015155b82525050565b602081016102ed8284610800565b806107c7565b80356102ed81610818565b5f6020828403121561083c5761083c5f5ffd5b6107f9838361081e565b80610804565b602081016102ed8284610846565b5f6001600160a01b0382166102ed565b6107c78161085a565b80356102ed8161086a565b5f5f60408385031215610892576108925f5ffd5b61089c848461081e565b91506108ab8460208501610873565b90509250929050565b5f5f83601f8401126108c7576108c75f5ffd5b50813567ffffffffffffffff8111156108e1576108e15f5ffd5b6020830191508360208202830111156108fb576108fb5f5ffd5b9250929050565b5f5f60208385031215610916576109165f5ffd5b823567ffffffffffffffff81111561092f5761092f5f5ffd5b61093b858286016108b4565b92509250509250929050565b5f6020828403121561095a5761095a5f5ffd5b6107f98383610873565b634e487b7160e01b5f52601160045260245ffd5b6001600160a01b039182169190811690828203908111156102ed576102ed610964565b60088152602081017f4e6f742073656c66000000000000000000000000000000000000000000000000815290505b60200190565b602080825281016102ed8161099b565b601a8152602081017f4e6f207472616e73616374696f6e7320746f20636f6e76657274000000000000815290506109c9565b602080825281016102ed816109df565b634e487b7160e01b5f52603260045260245ffd5b60ff81166107c7565b80356102ed81610a35565b505f6102ed6020830183610a3e565b60ff8116610804565b505f6102ed602083018361081e565b505f6102ed6020830183610873565b6108048161085a565b5f808335601e1936859003018112610aa157610aa15f5ffd5b830160208101925035905067ffffffffffffffff811115610ac357610ac35f5ffd5b368190038213156108fb576108fb5f5ffd5b82818337505f910152565b818352602083019250610af4828483610ad5565b50601f01601f19160190565b8015156107c7565b80356102ed81610b00565b505f6102ed6020830183610b08565b67ffffffffffffffff81166107c7565b80356102ed81610b22565b505f6102ed6020830183610b32565b67ffffffffffffffff8116610804565b5f6101408301610b6c8380610a49565b610b768582610a58565b50610b846020840184610a61565b610b916020860182610846565b50610b9f6040840184610a61565b610bac6040860182610846565b50610bba6060840184610a61565b610bc76060860182610846565b50610bd56080840184610a70565b610be26080860182610a7f565b50610bf060a0840184610a61565b610bfd60a0860182610846565b50610c0b60c0840184610a88565b85830360c0870152610c1e838284610ae0565b92505050610c2f60e0840184610a70565b610c3c60e0860182610a7f565b50610c4b610100840184610b13565b610c59610100860182610800565b50610c68610120840184610b3d565b610c76610120860182610b4c565b509392505050565b5f6107f98383610b5c565b5f823561013e1936849003018112610ca257610ca25f5ffd5b90910192915050565b8183526020830192505f8360208402810183805f5b87811015610cf9578484038952610cd78284610c89565b610ce18582610c7e565b94505060208201602099909901989150600101610cc0565b5091979650505050505050565b60208082528101610d18818486610cab565b949350505050565b5f67ffffffffffffffff82166102ed565b61080481610d20565b602081016102ed8284610d31565b60408101610d568285610a7f565b6107f9602083018461084656fea2646970667358221220f7bdeecf19cd5b895f8dad75ad8a081d984f3bdaf8fc06a702cfb9540b26586164736f6c634300081c0033",
}
TransactionPostProcessorMetaData contains all meta data concerning the TransactionPostProcessor contract.
Functions ¶
This section is empty.
Types ¶
type StructsTransaction ¶
type StructsTransaction struct { TxType uint8 Nonce *big.Int GasPrice *big.Int GasLimit *big.Int To common.Address Value *big.Int Data []byte From common.Address Successful bool GasUsed uint64 }
StructsTransaction is an auto generated low-level Go binding around an user-defined struct.
type TransactionPostProcessor ¶
type TransactionPostProcessor struct { TransactionPostProcessorCaller // Read-only binding to the contract TransactionPostProcessorTransactor // Write-only binding to the contract TransactionPostProcessorFilterer // Log filterer for contract events }
TransactionPostProcessor is an auto generated Go binding around an Ethereum contract.
func DeployTransactionPostProcessor ¶
func DeployTransactionPostProcessor(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *TransactionPostProcessor, error)
DeployTransactionPostProcessor deploys a new Ethereum contract, binding an instance of TransactionPostProcessor to it.
func NewTransactionPostProcessor ¶
func NewTransactionPostProcessor(address common.Address, backend bind.ContractBackend) (*TransactionPostProcessor, error)
NewTransactionPostProcessor creates a new instance of TransactionPostProcessor, bound to a specific deployed contract.
type TransactionPostProcessorCaller ¶
type TransactionPostProcessorCaller struct {
// contains filtered or unexported fields
}
TransactionPostProcessorCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewTransactionPostProcessorCaller ¶
func NewTransactionPostProcessorCaller(address common.Address, caller bind.ContractCaller) (*TransactionPostProcessorCaller, error)
NewTransactionPostProcessorCaller creates a new read-only instance of TransactionPostProcessor, bound to a specific deployed contract.
func (*TransactionPostProcessorCaller) DEFAULTADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorCaller) DEFAULTADMINROLE(opts *bind.CallOpts) ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorCaller) EOAADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorCaller) EOAADMINROLE(opts *bind.CallOpts) ([32]byte, error)
EOAADMINROLE is a free data retrieval call binding the contract method 0x508a50f4.
Solidity: function EOA_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorCaller) GetRoleAdmin ¶
func (_TransactionPostProcessor *TransactionPostProcessorCaller) GetRoleAdmin(opts *bind.CallOpts, role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*TransactionPostProcessorCaller) HasRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorCaller) HasRole(opts *bind.CallOpts, role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*TransactionPostProcessorCaller) SupportsInterface ¶
func (_TransactionPostProcessor *TransactionPostProcessorCaller) SupportsInterface(opts *bind.CallOpts, interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
type TransactionPostProcessorCallerRaw ¶
type TransactionPostProcessorCallerRaw struct {
Contract *TransactionPostProcessorCaller // Generic read-only contract binding to access the raw methods on
}
TransactionPostProcessorCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*TransactionPostProcessorCallerRaw) Call ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerRaw) 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 TransactionPostProcessorCallerSession ¶
type TransactionPostProcessorCallerSession struct { Contract *TransactionPostProcessorCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
TransactionPostProcessorCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*TransactionPostProcessorCallerSession) DEFAULTADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorCallerSession) EOAADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) EOAADMINROLE() ([32]byte, error)
EOAADMINROLE is a free data retrieval call binding the contract method 0x508a50f4.
Solidity: function EOA_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorCallerSession) GetRoleAdmin ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*TransactionPostProcessorCallerSession) HasRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*TransactionPostProcessorCallerSession) SupportsInterface ¶
func (_TransactionPostProcessor *TransactionPostProcessorCallerSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
type TransactionPostProcessorFilterer ¶
type TransactionPostProcessorFilterer struct {
// contains filtered or unexported fields
}
TransactionPostProcessorFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewTransactionPostProcessorFilterer ¶
func NewTransactionPostProcessorFilterer(address common.Address, filterer bind.ContractFilterer) (*TransactionPostProcessorFilterer, error)
NewTransactionPostProcessorFilterer creates a new log filterer instance of TransactionPostProcessor, bound to a specific deployed contract.
func (*TransactionPostProcessorFilterer) FilterInitialized ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterInitialized(opts *bind.FilterOpts) (*TransactionPostProcessorInitializedIterator, error)
FilterInitialized is a free log retrieval operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*TransactionPostProcessorFilterer) FilterRoleAdminChanged ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleAdminChanged(opts *bind.FilterOpts, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (*TransactionPostProcessorRoleAdminChangedIterator, error)
FilterRoleAdminChanged is a free log retrieval operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*TransactionPostProcessorFilterer) FilterRoleGranted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleGranted(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*TransactionPostProcessorRoleGrantedIterator, error)
FilterRoleGranted is a free log retrieval operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) FilterRoleRevoked ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterRoleRevoked(opts *bind.FilterOpts, role [][32]byte, account []common.Address, sender []common.Address) (*TransactionPostProcessorRoleRevokedIterator, error)
FilterRoleRevoked is a free log retrieval operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) FilterTransactionsConverted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) FilterTransactionsConverted(opts *bind.FilterOpts) (*TransactionPostProcessorTransactionsConvertedIterator, error)
FilterTransactionsConverted is a free log retrieval operation binding the contract event 0x3357352afe45ddda257f56623a512152c527b6f11555ec2fb2fdbbe72ddece41.
Solidity: event TransactionsConverted(uint256 transactionsLength)
func (*TransactionPostProcessorFilterer) ParseInitialized ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseInitialized(log types.Log) (*TransactionPostProcessorInitialized, error)
ParseInitialized is a log parse operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*TransactionPostProcessorFilterer) ParseRoleAdminChanged ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleAdminChanged(log types.Log) (*TransactionPostProcessorRoleAdminChanged, error)
ParseRoleAdminChanged is a log parse operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*TransactionPostProcessorFilterer) ParseRoleGranted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleGranted(log types.Log) (*TransactionPostProcessorRoleGranted, error)
ParseRoleGranted is a log parse operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) ParseRoleRevoked ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseRoleRevoked(log types.Log) (*TransactionPostProcessorRoleRevoked, error)
ParseRoleRevoked is a log parse operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) ParseTransactionsConverted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) ParseTransactionsConverted(log types.Log) (*TransactionPostProcessorTransactionsConverted, error)
ParseTransactionsConverted is a log parse operation binding the contract event 0x3357352afe45ddda257f56623a512152c527b6f11555ec2fb2fdbbe72ddece41.
Solidity: event TransactionsConverted(uint256 transactionsLength)
func (*TransactionPostProcessorFilterer) WatchInitialized ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchInitialized(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorInitialized) (event.Subscription, error)
WatchInitialized is a free log subscription operation binding the contract event 0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2.
Solidity: event Initialized(uint64 version)
func (*TransactionPostProcessorFilterer) WatchRoleAdminChanged ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleAdminChanged(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleAdminChanged, role [][32]byte, previousAdminRole [][32]byte, newAdminRole [][32]byte) (event.Subscription, error)
WatchRoleAdminChanged is a free log subscription operation binding the contract event 0xbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff.
Solidity: event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
func (*TransactionPostProcessorFilterer) WatchRoleGranted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleGranted(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleGranted, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleGranted is a free log subscription operation binding the contract event 0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d.
Solidity: event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) WatchRoleRevoked ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchRoleRevoked(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorRoleRevoked, role [][32]byte, account []common.Address, sender []common.Address) (event.Subscription, error)
WatchRoleRevoked is a free log subscription operation binding the contract event 0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b.
Solidity: event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
func (*TransactionPostProcessorFilterer) WatchTransactionsConverted ¶
func (_TransactionPostProcessor *TransactionPostProcessorFilterer) WatchTransactionsConverted(opts *bind.WatchOpts, sink chan<- *TransactionPostProcessorTransactionsConverted) (event.Subscription, error)
WatchTransactionsConverted is a free log subscription operation binding the contract event 0x3357352afe45ddda257f56623a512152c527b6f11555ec2fb2fdbbe72ddece41.
Solidity: event TransactionsConverted(uint256 transactionsLength)
type TransactionPostProcessorInitialized ¶
type TransactionPostProcessorInitialized struct { Version uint64 Raw types.Log // Blockchain specific contextual infos }
TransactionPostProcessorInitialized represents a Initialized event raised by the TransactionPostProcessor contract.
type TransactionPostProcessorInitializedIterator ¶
type TransactionPostProcessorInitializedIterator struct { Event *TransactionPostProcessorInitialized // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TransactionPostProcessorInitializedIterator is returned from FilterInitialized and is used to iterate over the raw logs and unpacked data for Initialized events raised by the TransactionPostProcessor contract.
func (*TransactionPostProcessorInitializedIterator) Close ¶
func (it *TransactionPostProcessorInitializedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TransactionPostProcessorInitializedIterator) Error ¶
func (it *TransactionPostProcessorInitializedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TransactionPostProcessorInitializedIterator) Next ¶
func (it *TransactionPostProcessorInitializedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type TransactionPostProcessorRaw ¶
type TransactionPostProcessorRaw struct {
Contract *TransactionPostProcessor // Generic contract binding to access the raw methods on
}
TransactionPostProcessorRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*TransactionPostProcessorRaw) Call ¶
func (_TransactionPostProcessor *TransactionPostProcessorRaw) 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 (*TransactionPostProcessorRaw) Transact ¶
func (_TransactionPostProcessor *TransactionPostProcessorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TransactionPostProcessorRaw) Transfer ¶
func (_TransactionPostProcessor *TransactionPostProcessorRaw) 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 TransactionPostProcessorRoleAdminChanged ¶
type TransactionPostProcessorRoleAdminChanged struct { Role [32]byte PreviousAdminRole [32]byte NewAdminRole [32]byte Raw types.Log // Blockchain specific contextual infos }
TransactionPostProcessorRoleAdminChanged represents a RoleAdminChanged event raised by the TransactionPostProcessor contract.
type TransactionPostProcessorRoleAdminChangedIterator ¶
type TransactionPostProcessorRoleAdminChangedIterator struct { Event *TransactionPostProcessorRoleAdminChanged // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TransactionPostProcessorRoleAdminChangedIterator is returned from FilterRoleAdminChanged and is used to iterate over the raw logs and unpacked data for RoleAdminChanged events raised by the TransactionPostProcessor contract.
func (*TransactionPostProcessorRoleAdminChangedIterator) Close ¶
func (it *TransactionPostProcessorRoleAdminChangedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TransactionPostProcessorRoleAdminChangedIterator) Error ¶
func (it *TransactionPostProcessorRoleAdminChangedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TransactionPostProcessorRoleAdminChangedIterator) Next ¶
func (it *TransactionPostProcessorRoleAdminChangedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type TransactionPostProcessorRoleGranted ¶
type TransactionPostProcessorRoleGranted struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
TransactionPostProcessorRoleGranted represents a RoleGranted event raised by the TransactionPostProcessor contract.
type TransactionPostProcessorRoleGrantedIterator ¶
type TransactionPostProcessorRoleGrantedIterator struct { Event *TransactionPostProcessorRoleGranted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TransactionPostProcessorRoleGrantedIterator is returned from FilterRoleGranted and is used to iterate over the raw logs and unpacked data for RoleGranted events raised by the TransactionPostProcessor contract.
func (*TransactionPostProcessorRoleGrantedIterator) Close ¶
func (it *TransactionPostProcessorRoleGrantedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TransactionPostProcessorRoleGrantedIterator) Error ¶
func (it *TransactionPostProcessorRoleGrantedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TransactionPostProcessorRoleGrantedIterator) Next ¶
func (it *TransactionPostProcessorRoleGrantedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type TransactionPostProcessorRoleRevoked ¶
type TransactionPostProcessorRoleRevoked struct { Role [32]byte Account common.Address Sender common.Address Raw types.Log // Blockchain specific contextual infos }
TransactionPostProcessorRoleRevoked represents a RoleRevoked event raised by the TransactionPostProcessor contract.
type TransactionPostProcessorRoleRevokedIterator ¶
type TransactionPostProcessorRoleRevokedIterator struct { Event *TransactionPostProcessorRoleRevoked // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TransactionPostProcessorRoleRevokedIterator is returned from FilterRoleRevoked and is used to iterate over the raw logs and unpacked data for RoleRevoked events raised by the TransactionPostProcessor contract.
func (*TransactionPostProcessorRoleRevokedIterator) Close ¶
func (it *TransactionPostProcessorRoleRevokedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TransactionPostProcessorRoleRevokedIterator) Error ¶
func (it *TransactionPostProcessorRoleRevokedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TransactionPostProcessorRoleRevokedIterator) Next ¶
func (it *TransactionPostProcessorRoleRevokedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type TransactionPostProcessorSession ¶
type TransactionPostProcessorSession struct { Contract *TransactionPostProcessor // 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 }
TransactionPostProcessorSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*TransactionPostProcessorSession) AddOnBlockEndCallback ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) AddOnBlockEndCallback(callbackAddress common.Address) (*types.Transaction, error)
AddOnBlockEndCallback is a paid mutator transaction binding the contract method 0xee546fd8.
Solidity: function addOnBlockEndCallback(address callbackAddress) returns()
func (*TransactionPostProcessorSession) DEFAULTADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) DEFAULTADMINROLE() ([32]byte, error)
DEFAULTADMINROLE is a free data retrieval call binding the contract method 0xa217fddf.
Solidity: function DEFAULT_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorSession) EOAADMINROLE ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) EOAADMINROLE() ([32]byte, error)
EOAADMINROLE is a free data retrieval call binding the contract method 0x508a50f4.
Solidity: function EOA_ADMIN_ROLE() view returns(bytes32)
func (*TransactionPostProcessorSession) GetRoleAdmin ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) GetRoleAdmin(role [32]byte) ([32]byte, error)
GetRoleAdmin is a free data retrieval call binding the contract method 0x248a9ca3.
Solidity: function getRoleAdmin(bytes32 role) view returns(bytes32)
func (*TransactionPostProcessorSession) GrantRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*TransactionPostProcessorSession) HasRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) HasRole(role [32]byte, account common.Address) (bool, error)
HasRole is a free data retrieval call binding the contract method 0x91d14854.
Solidity: function hasRole(bytes32 role, address account) view returns(bool)
func (*TransactionPostProcessorSession) Initialize ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) Initialize(eoaAdmin common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address eoaAdmin) returns()
func (*TransactionPostProcessorSession) OnBlock ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) OnBlock(transactions []StructsTransaction) (*types.Transaction, error)
OnBlock is a paid mutator transaction binding the contract method 0x64c55a9d.
Solidity: function onBlock((uint8,uint256,uint256,uint256,address,uint256,bytes,address,bool,uint64)[] transactions) returns()
func (*TransactionPostProcessorSession) RenounceRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*TransactionPostProcessorSession) RevokeRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
func (*TransactionPostProcessorSession) SupportsInterface ¶
func (_TransactionPostProcessor *TransactionPostProcessorSession) SupportsInterface(interfaceId [4]byte) (bool, error)
SupportsInterface is a free data retrieval call binding the contract method 0x01ffc9a7.
Solidity: function supportsInterface(bytes4 interfaceId) view returns(bool)
type TransactionPostProcessorTransactionsConverted ¶
type TransactionPostProcessorTransactionsConverted struct { TransactionsLength *big.Int Raw types.Log // Blockchain specific contextual infos }
TransactionPostProcessorTransactionsConverted represents a TransactionsConverted event raised by the TransactionPostProcessor contract.
type TransactionPostProcessorTransactionsConvertedIterator ¶
type TransactionPostProcessorTransactionsConvertedIterator struct { Event *TransactionPostProcessorTransactionsConverted // Event containing the contract specifics and raw log // contains filtered or unexported fields }
TransactionPostProcessorTransactionsConvertedIterator is returned from FilterTransactionsConverted and is used to iterate over the raw logs and unpacked data for TransactionsConverted events raised by the TransactionPostProcessor contract.
func (*TransactionPostProcessorTransactionsConvertedIterator) Close ¶
func (it *TransactionPostProcessorTransactionsConvertedIterator) Close() error
Close terminates the iteration process, releasing any pending underlying resources.
func (*TransactionPostProcessorTransactionsConvertedIterator) Error ¶
func (it *TransactionPostProcessorTransactionsConvertedIterator) Error() error
Error returns any retrieval or parsing error occurred during filtering.
func (*TransactionPostProcessorTransactionsConvertedIterator) Next ¶
func (it *TransactionPostProcessorTransactionsConvertedIterator) Next() bool
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false is returned and Error() can be queried for the exact failure.
type TransactionPostProcessorTransactor ¶
type TransactionPostProcessorTransactor struct {
// contains filtered or unexported fields
}
TransactionPostProcessorTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewTransactionPostProcessorTransactor ¶
func NewTransactionPostProcessorTransactor(address common.Address, transactor bind.ContractTransactor) (*TransactionPostProcessorTransactor, error)
NewTransactionPostProcessorTransactor creates a new write-only instance of TransactionPostProcessor, bound to a specific deployed contract.
func (*TransactionPostProcessorTransactor) AddOnBlockEndCallback ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) AddOnBlockEndCallback(opts *bind.TransactOpts, callbackAddress common.Address) (*types.Transaction, error)
AddOnBlockEndCallback is a paid mutator transaction binding the contract method 0xee546fd8.
Solidity: function addOnBlockEndCallback(address callbackAddress) returns()
func (*TransactionPostProcessorTransactor) GrantRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) GrantRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*TransactionPostProcessorTransactor) Initialize ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) Initialize(opts *bind.TransactOpts, eoaAdmin common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address eoaAdmin) returns()
func (*TransactionPostProcessorTransactor) OnBlock ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) OnBlock(opts *bind.TransactOpts, transactions []StructsTransaction) (*types.Transaction, error)
OnBlock is a paid mutator transaction binding the contract method 0x64c55a9d.
Solidity: function onBlock((uint8,uint256,uint256,uint256,address,uint256,bytes,address,bool,uint64)[] transactions) returns()
func (*TransactionPostProcessorTransactor) RenounceRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) RenounceRole(opts *bind.TransactOpts, role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*TransactionPostProcessorTransactor) RevokeRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactor) RevokeRole(opts *bind.TransactOpts, role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()
type TransactionPostProcessorTransactorRaw ¶
type TransactionPostProcessorTransactorRaw struct {
Contract *TransactionPostProcessorTransactor // Generic write-only contract binding to access the raw methods on
}
TransactionPostProcessorTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*TransactionPostProcessorTransactorRaw) Transact ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*TransactionPostProcessorTransactorRaw) Transfer ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorRaw) 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 TransactionPostProcessorTransactorSession ¶
type TransactionPostProcessorTransactorSession struct { Contract *TransactionPostProcessorTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
TransactionPostProcessorTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.
func (*TransactionPostProcessorTransactorSession) AddOnBlockEndCallback ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) AddOnBlockEndCallback(callbackAddress common.Address) (*types.Transaction, error)
AddOnBlockEndCallback is a paid mutator transaction binding the contract method 0xee546fd8.
Solidity: function addOnBlockEndCallback(address callbackAddress) returns()
func (*TransactionPostProcessorTransactorSession) GrantRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) GrantRole(role [32]byte, account common.Address) (*types.Transaction, error)
GrantRole is a paid mutator transaction binding the contract method 0x2f2ff15d.
Solidity: function grantRole(bytes32 role, address account) returns()
func (*TransactionPostProcessorTransactorSession) Initialize ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) Initialize(eoaAdmin common.Address) (*types.Transaction, error)
Initialize is a paid mutator transaction binding the contract method 0xc4d66de8.
Solidity: function initialize(address eoaAdmin) returns()
func (*TransactionPostProcessorTransactorSession) OnBlock ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) OnBlock(transactions []StructsTransaction) (*types.Transaction, error)
OnBlock is a paid mutator transaction binding the contract method 0x64c55a9d.
Solidity: function onBlock((uint8,uint256,uint256,uint256,address,uint256,bytes,address,bool,uint64)[] transactions) returns()
func (*TransactionPostProcessorTransactorSession) RenounceRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) RenounceRole(role [32]byte, callerConfirmation common.Address) (*types.Transaction, error)
RenounceRole is a paid mutator transaction binding the contract method 0x36568abe.
Solidity: function renounceRole(bytes32 role, address callerConfirmation) returns()
func (*TransactionPostProcessorTransactorSession) RevokeRole ¶
func (_TransactionPostProcessor *TransactionPostProcessorTransactorSession) RevokeRole(role [32]byte, account common.Address) (*types.Transaction, error)
RevokeRole is a paid mutator transaction binding the contract method 0xd547741f.
Solidity: function revokeRole(bytes32 role, address account) returns()