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)
| 1327 | // |
| 1328 | // Solidity: function registerGroupPubKey(groupId uint256, suggestedPubKey uint256[4]) returns() |
| 1329 | func (_Dosproxy *DosproxyTransactorSession) RegisterGroupPubKey(groupId *big.Int, suggestedPubKey [4]*big.Int) (*types.Transaction, error) { |
| 1330 | return _Dosproxy.Contract.RegisterGroupPubKey(&_Dosproxy.TransactOpts, groupId, suggestedPubKey) |
| 1331 | } |
| 1332 | |
| 1333 | // RegisterNewNode is a paid mutator transaction binding the contract method 0xaeb3da73. |
| 1334 | // |
nothing calls this directly
no test coverage detected