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

Method GetGroupPubKey

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

478//
479// Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])
480func (_Dosproxy *DosproxySession) GetGroupPubKey(idx *big.Int) ([4]*big.Int, error) {
481 return _Dosproxy.Contract.GetGroupPubKey(&_Dosproxy.CallOpts, idx)
482}
483
484// GetGroupPubKey is a free data retrieval call binding the contract method 0x92021653.
485//

Callers

nothing calls this directly

Calls 1

GetGroupPubKeyMethod · 0.45

Tested by

no test coverage detected