RegisterGroupPubKey is a paid mutator transaction binding the contract method 0xb836ccea. Solidity: function registerGroupPubKey(groupId uint256, suggestedPubKey uint256[4]) returns()
(groupId *big.Int, suggestedPubKey [4]*big.Int)
| 1320 | // |
| 1321 | // Solidity: function registerGroupPubKey(groupId uint256, suggestedPubKey uint256[4]) returns() |
| 1322 | func (_Dosproxy *DosproxySession) RegisterGroupPubKey(groupId *big.Int, suggestedPubKey [4]*big.Int) (*types.Transaction, error) { |
| 1323 | return _Dosproxy.Contract.RegisterGroupPubKey(&_Dosproxy.TransactOpts, groupId, suggestedPubKey) |
| 1324 | } |
| 1325 | |
| 1326 | // RegisterGroupPubKey is a paid mutator transaction binding the contract method 0xb836ccea. |
| 1327 | // |
nothing calls this directly
no test coverage detected