Renew

This call renews a FIO Handle. When a FIO Handle is renewed:

  • 365 days are added to the current expiration date (not date when renewal is ran)
  • A new bundle of transactions is added to the existing count.

After FIP-31 was implemented, FIO Handles no longer expire and are only burned if the FIO Domain they are on expires. Therefore, this call now has the same effect as /add_budles.

The actor does not need to own the supplied FIO Handle.

🚧

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: fio.address
  • name: renewaddress

SDK Sandbox Example

Stackblitz

Language
URL