Remove Mapped Public Address

This call removes the mapping of the supplied public address on the supplied blockchain for the supplied token from the supplied FIO Handle, so that it will no longer be returned using /get_pub_address.

When * is specified as token_code only that entry is removed. For example if the FIO Handle is mapped to ETH-USDC and ETH-* and the user removes ETH-* as a mapping, ETH-USDC is retained.

The actor must own the supplied FIO Handle.

See FIO Handle Mapping Guide form 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.address
  • name: remaddress

SDK Sandbox Example

Stackblitz

Language
URL