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

Method GetBootStrapUrl

onchain/dosbridge/DOSAddressBridge.go:181–188  ·  view source on GitHub ↗

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

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

179//
180// Solidity: function getBootStrapUrl() constant returns(string)
181func (_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//

Callers 3

ConnectMethod · 0.45
GetBootStrapUrlMethod · 0.45
GetBootStrapUrlMethod · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected