ContractOwner

Contract Owner

Owner is a specific person who can modify contract rule settings.

This module will introduce how the owner modifies the contract params on the chain through commands.

setValidatorLockedGoldRequirements

Updates the Locked Gold requirements for Validators.

USAGE
  $ ./marker setValidatorLockedGoldRequirements

OPTIONS
  --keystore                                                   Keystore file path
  
  --rpcaddr                                                    HTTP-RPC server address 

  --value                                                      The threshold you set to 
                                                               be the validator value.         

  --duration                                                   Minimum time (in seconds)
                                                               required to be a validator,
                                                               so you will not be able to
                                                               deregister during this period.
                                                               
EXAMPLES:
./marker      setValidatorLockedGoldRequirements
--rpcaddr     http://127.0.0.1:7445
--keystore    ./UTC--2021-09-08T08-00-15.473724074Z--1c0edab88dbb72b119039c4d14b1663525b3ac15
--value       0
--duration    0

RESPONSE:
success
or
Failed

setEpochRelayerPaymentFraction

Sets the relayer reward percentage

setImplementation

Sets the address of the implementation contract and calls into it.

setContractOwner

Transfers ownership of the contract to a new account (newOwner).

setProxyContractOwner

Transfers ownership of Proxy to a new owner.

Last updated

Was this helpful?