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

Method GetBootStrapUrl

onchain/dosbridge/DOSAddressBridge.go:193–195  ·  view source on GitHub ↗

GetBootStrapUrl is a free data retrieval call binding the contract method 0xb7e982be. Solidity: function getBootStrapUrl() constant returns(string)

()

Source from the content-addressed store, hash-verified

191//
192// Solidity: function getBootStrapUrl() constant returns(string)
193func (_Dosbridge *DosbridgeSession) GetBootStrapUrl() (string, error) {
194 return _Dosbridge.Contract.GetBootStrapUrl(&_Dosbridge.CallOpts)
195}
196
197// GetBootStrapUrl is a free data retrieval call binding the contract method 0xb7e982be.
198//

Callers

nothing calls this directly

Calls 1

GetBootStrapUrlMethod · 0.45

Tested by

no test coverage detected