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{})
| 162 | // returns, a slice of interfaces for anonymous returns and a struct for named |
| 163 | // returns. |
| 164 | func (_Dosproxy *DosproxyCallerRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error { |
| 165 | return _Dosproxy.Contract.contract.Call(opts, result, method, params...) |
| 166 | } |
| 167 | |
| 168 | // Transfer initiates a plain transaction to move funds to the contract, calling |
| 169 | // its default method if one is available. |