MCPcopy Create free account
hub / github.com/DOSNetwork/core / RegisterGroupPubKey

Method RegisterGroupPubKey

onchain/dosproxy/DOSProxy.go:1329–1331  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

1327//
1328// Solidity: function registerGroupPubKey(groupId uint256, suggestedPubKey uint256[4]) returns()
1329func (_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//

Callers

nothing calls this directly

Calls 1

RegisterGroupPubKeyMethod · 0.65

Tested by

no test coverage detected