GetGroupPubKey is a free data retrieval call binding the contract method 0x92021653. Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])
(idx *big.Int)
| 478 | // |
| 479 | // Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4]) |
| 480 | func (_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 | // |
nothing calls this directly
no test coverage detected