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

Method PendingNodeList

onchain/dosproxy/DOSProxy.go:1089–1091  ·  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

1087//
1088// Solidity: function pendingNodeList( address) constant returns(address)
1089func (_Dosproxy *DosproxyCallerSession) PendingNodeList(arg0 common.Address) (common.Address, error) {
1090 return _Dosproxy.Contract.PendingNodeList(&_Dosproxy.CallOpts, arg0)
1091}
1092
1093// PendingNodeTail is a free data retrieval call binding the contract method 0x094c3612.
1094//

Callers

nothing calls this directly

Calls 1

PendingNodeListMethod · 0.45

Tested by

no test coverage detected