Documentation ¶
Index ¶
Constants ¶
View Source
const TRANSFER_GAS_COST = 600000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVMExecutor ¶
type EVMExecutor struct {
// contains filtered or unexported fields
}
func NewEVMExecutor ¶
func NewEVMExecutor(domainID uint8, contract ExecutorContract) *EVMExecutor
type ExecutorContract ¶
type ExecutorContract interface { IsProposalExecuted(p *proposal.Proposal) (bool, error) ExecuteProposals(proposals []contracts.ExecutorProposal, accountProof [][]byte, slot *big.Int, opts transactor.TransactOptions) (*common.Hash, error) }
Click to show internal directories.
Click to hide internal directories.