GetBootStrapUrl is a free data retrieval call binding the contract method 0xb7e982be. Solidity: function getBootStrapUrl() constant returns(string)
(opts *bind.CallOpts)
| 179 | // |
| 180 | // Solidity: function getBootStrapUrl() constant returns(string) |
| 181 | func (_Dosbridge *DosbridgeCaller) GetBootStrapUrl(opts *bind.CallOpts) (string, error) { |
| 182 | var ( |
| 183 | ret0 = new(string) |
| 184 | ) |
| 185 | out := ret0 |
| 186 | err := _Dosbridge.contract.Call(opts, out, "getBootStrapUrl") |
| 187 | return *ret0, err |
| 188 | } |
| 189 | |
| 190 | // GetBootStrapUrl is a free data retrieval call binding the contract method 0xb7e982be. |
| 191 | // |
no test coverage detected