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

Method PendingNodeList

onchain/dosproxy/DOSProxy.go:1082–1084  ·  view source on GitHub ↗

PendingNodeList is a free data retrieval call binding the contract method 0xa60b007d. Solidity: function pendingNodeList( address) constant returns(address)

(arg0 common.Address)

Source from the content-addressed store, hash-verified

1080//
1081// Solidity: function pendingNodeList( address) constant returns(address)
1082func (_Dosproxy *DosproxySession) PendingNodeList(arg0 common.Address) (common.Address, error) {
1083 return _Dosproxy.Contract.PendingNodeList(&_Dosproxy.CallOpts, arg0)
1084}
1085
1086// PendingNodeList is a free data retrieval call binding the contract method 0xa60b007d.
1087//

Callers

nothing calls this directly

Calls 1

PendingNodeListMethod · 0.45

Tested by

no test coverage detected