register_token: TxDescriptor<{
    location: XcmVersionedLocation;
    metadata: {
        decimals: number;
        name: Binary;
        symbol: Binary;
    };
}>

Registers a Polkadot-native token as a wrapped ERC20 token on Ethereum. Privileged. Can only be called by root.

Fee required: No

  • origin: Must be root
  • location: Location of the asset (relative to this chain)
  • metadata: Metadata to include in the instantiated ERC20 contract on Ethereum