BootstrapCommitDuration is a free data retrieval call binding the contract method 0x372a53cc. Solidity: function bootstrapCommitDuration() constant returns(uint256)
(opts *bind.CallOpts)
| 206 | // |
| 207 | // Solidity: function bootstrapCommitDuration() constant returns(uint256) |
| 208 | func (_Dosproxy *DosproxyCaller) BootstrapCommitDuration(opts *bind.CallOpts) (*big.Int, error) { |
| 209 | var ( |
| 210 | ret0 = new(*big.Int) |
| 211 | ) |
| 212 | out := ret0 |
| 213 | err := _Dosproxy.contract.Call(opts, out, "bootstrapCommitDuration") |
| 214 | return *ret0, err |
| 215 | } |
| 216 | |
| 217 | // BootstrapCommitDuration is a free data retrieval call binding the contract method 0x372a53cc. |
| 218 | // |
no test coverage detected