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