touch_other: TxDescriptor<{
    id: {
        interior: XcmV3Junctions;
        parents: number;
    };
    who: MultiAddress;
}>

Create an asset account for who.

A deposit will be taken from the signer account.

  • origin: Must be Signed by Freezer or Admin of the asset id; 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.
  • who: The account to be created.

Emits Touched event when successful.