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

Method GetGroupPubKey

onchain/dosproxy/DOSProxy.go:487–489  ·  view source on GitHub ↗

GetGroupPubKey is a free data retrieval call binding the contract method 0x92021653. Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])

(idx *big.Int)

Source from the content-addressed store, hash-verified

485//
486// Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])
487func (_Dosproxy *DosproxyCallerSession) GetGroupPubKey(idx *big.Int) ([4]*big.Int, error) {
488 return _Dosproxy.Contract.GetGroupPubKey(&_Dosproxy.CallOpts, idx)
489}
490
491// GetLastHandledGroup is a free data retrieval call binding the contract method 0x4a4b52b4.
492//

Callers

nothing calls this directly

Calls 1

GetGroupPubKeyMethod · 0.45

Tested by

no test coverage detected