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

Method RegisterGroupPubKey

onchain/dosproxy/DOSProxy.go:1322–1324  ·  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

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

Callers

nothing calls this directly

Calls 1

RegisterGroupPubKeyMethod · 0.65

Tested by

no test coverage detected