MCPcopy Create free account
hub / github.com/CPChain/chain / SetSupportedVersion

Method SetSupportedVersion

contracts/dpor/rnode/rnode.go:608–610  ·  view source on GitHub ↗

SetSupportedVersion is a paid mutator transaction binding the contract method 0x5f86d4ca. Solidity: function setSupportedVersion(version uint256) returns()

(version *big.Int)

Source from the content-addressed store, hash-verified

606//
607// Solidity: function setSupportedVersion(version uint256) returns()
608func (_Rnode *RnodeTransactorSession) SetSupportedVersion(version *big.Int) (*types.Transaction, error) {
609 return _Rnode.Contract.SetSupportedVersion(&_Rnode.TransactOpts, version)
610}
611
612// RnodeNewRnodeIterator is returned from FilterNewRnode and is used to iterate over the raw logs and unpacked data for NewRnode events raised by the Rnode contract.
613type RnodeNewRnodeIterator struct {

Callers

nothing calls this directly

Calls 1

SetSupportedVersionMethod · 0.45

Tested by

no test coverage detected