All the operators that interact with smart contracts share the same basic functionality. This issue is to reduce the amount of duplicated code by creating a BaseContractInteractionOperator that handles the basic functionality for interacting with a smart contract.
All the operators that interact with smart contracts share the same basic functionality. This issue is to reduce the amount of duplicated code by creating a
BaseContractInteractionOperator
that handles the basic functionality for interacting with a smart contract.