Abstract
Abstract
isAbstract
operationoperation is used to execute the logics within the Aspect.
input data for the operation.
the data of the operation output.
Abstract
postpostContractCall will be triggered after the contract call is executed.
context information of current join point.
Abstract
postpostTxExecute will be triggered after the transaction is executed.
context information of current join point.
Abstract
prepreContractCall will be triggered before the contract call is executed.
context information of current join point.
Abstract
prepreTxExecute will be triggered before the transaction is executed.
context information of current join point.
Abstract
verifyverifyTx is used to verify the transaction. If the transaction is valid, an ethereum address will be returned. Otherwise, you can either call revert or return empty data to end the transaction.
the input for the transaction verification.
isOwner is used to check whether the sender is the owner of the contract.