ContractRef is a reference to the contract's backing object
| 37 | |
| 38 | // ContractRef is a reference to the contract's backing object |
| 39 | type ContractRef interface { |
| 40 | Address() common.Address |
| 41 | } |
| 42 | |
| 43 | // AccountRef implements ContractRef. |
| 44 | // |
no outgoing calls
no test coverage detected