Register Block Producer

This action registers calling account as a block producer.

See Being a FIO Block Producer guide for more information.

As of FIP-47, this action can be called even when producer is already registered to update their information.

🚧

This action has to be serialized and signed!

Please note that this action has to be be serialized and signed before it's sent to the blockchain. The request object below only represents the action specific parameters and action specific response. See Write Transactions Guide for more information.

Actions parameters

  • account: eosio
  • name: regproducer

SDK Sandbox Example

Stackblitz

Language
URL