touch: TxDescriptor<{
    id: {
        interior: XcmV3Junctions;
        parents: number;
    };
}>

Create an asset account for non-provider assets.

A deposit will be taken from the signer account.

  • origin: Must be Signed; the signer account must have sufficient funds for a deposit to be taken.
  • id: The identifier of the asset for the account to be created.

Emits Touched event when successful.