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

Method PendingNodeList

onchain/dosproxy/DOSProxy.go:1070–1077  ·  view source on GitHub ↗

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

(opts *bind.CallOpts, arg0 common.Address)

Source from the content-addressed store, hash-verified

1068//
1069// Solidity: function pendingNodeList( address) constant returns(address)
1070func (_Dosproxy *DosproxyCaller) PendingNodeList(opts *bind.CallOpts, arg0 common.Address) (common.Address, error) {
1071 var (
1072 ret0 = new(common.Address)
1073 )
1074 out := ret0
1075 err := _Dosproxy.contract.Call(opts, out, "pendingNodeList", arg0)
1076 return *ret0, err
1077}
1078
1079// PendingNodeList is a free data retrieval call binding the contract method 0xa60b007d.
1080//

Callers 3

IsPendingNodeMethod · 0.45
PendingNodeListMethod · 0.45
PendingNodeListMethod · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected