GetGroupPubKey is a free data retrieval call binding the contract method 0x92021653. Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])
(opts *bind.CallOpts, idx *big.Int)
| 466 | // |
| 467 | // Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4]) |
| 468 | func (_Dosproxy *DosproxyCaller) GetGroupPubKey(opts *bind.CallOpts, idx *big.Int) ([4]*big.Int, error) { |
| 469 | var ( |
| 470 | ret0 = new([4]*big.Int) |
| 471 | ) |
| 472 | out := ret0 |
| 473 | err := _Dosproxy.contract.Call(opts, out, "getGroupPubKey", idx) |
| 474 | return *ret0, err |
| 475 | } |
| 476 | |
| 477 | // GetGroupPubKey is a free data retrieval call binding the contract method 0x92021653. |
| 478 | // |
no test coverage detected