Wrap FIO Domain

This action wraps FIO Domain to another chain.

Currently, only Polygon chain is supported (chain_code: MATIC). When FIO Domains are wrapped, they are first sent to an escrow contract on the FIO Chain. Next, a set of oracles run by FIO Block Producers detect the wrapped domain and mint ERC-721 NFT to the supplied Polygon public_address.

See Wrapped FIO Domain Guide for more 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: fio.oracle
  • name: wrapdomain

SDK Sandbox Example

Stackblitz

Language
URL