node

Sets the node owner

post/node/owner/certificate

Request body

ownerAddressstring string required

Node owner address. (Bech32)

publicKeystring string required

The public key of the node (Hex)

Example request

{
  "ownerAddress": "ownerAddress",
  "publicKey": "publicKey"
}

Response

Node owner was successfully changed

certificatestring string required

Certificate stating the ownership. (Hex)

Example response

{
  "certificate": "certificate"
}

Changes