MCPcopy Create free account
hub / github.com/DOSNetwork/core / BootstrapCommitDuration

Method BootstrapCommitDuration

onchain/dosproxy/DOSProxy.go:208–215  ·  view source on GitHub ↗

BootstrapCommitDuration is a free data retrieval call binding the contract method 0x372a53cc. Solidity: function bootstrapCommitDuration() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

206//
207// Solidity: function bootstrapCommitDuration() constant returns(uint256)
208func (_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//

Callers 2

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected