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.
(opts *bind.CallOpts, result interface{}, method string, params ...interface{})
| 143 | // returns, a slice of interfaces for anonymous returns and a struct for named |
| 144 | // returns. |
| 145 | func (_Dosproxy *DosproxyRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error { |
| 146 | return _Dosproxy.Contract.DosproxyCaller.contract.Call(opts, result, method, params...) |
| 147 | } |
| 148 | |
| 149 | // Transfer initiates a plain transaction to move funds to the contract, calling |
| 150 | // its default method if one is available. |
no outgoing calls
no test coverage detected