Set FIO Domain Public or Private

This call sets the is_public switch on the supplied FIO Domain.

By default all FIO Domains are non-public, meaning only the owner can register FIO Crypto Handles (aka FIO Addresses) on that domain. Setting them to public allows anyone to register a FIO Crypto Handle on that domain.

The actor must own the supplied FIO Domain.

🚧

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: setdomainpub

SDK Sandbox Example

Stackblitz

Language
URL