REST API
GET|POST /
Returns the brief status of validator instance.
GET|POST /v1/gov/getAddress/:chain
Returns the chain Address of validator instance.
GET|POST /v1/gov/getTransaction/:chain/:address/:transactionId
Returns the submitted transaction in multi-sig wallet contract.
GET|POST /v1/gov/confirm/:chain/:address/:transactionId
Returns the transaction hash that has been sent by the Validator.
GET|POST /v1/gov/confirmRange/:chain/:address/:start/:end
Returns the transaction hash that has been sent by the Validator.
GET|POST /v1/gov/validate/:chain/:address/:sigHash
Returns the transaction hash that has been sent by the Validator.
Last modified 2yr ago