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

Method GetGroupPubKey

onchain/dosproxy/DOSProxy.go:468–475  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

466//
467// Solidity: function getGroupPubKey(idx uint256) constant returns(uint256[4])
468func (_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//

Callers 3

GroupPubKeyMethod · 0.45
GetGroupPubKeyMethod · 0.45
GetGroupPubKeyMethod · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected