All chains
    Preparing search index...
    set_reserves: TxDescriptor<
        {
            id: { interior: XcmV5Junctions; parents: number };
            reserves: {
                reserve: { interior: XcmV5Junctions; parents: number };
                teleportable: boolean;
            }[];
        },
    >

    Sets the trusted reserve information of an asset.

    Origin must be the Owner of the asset id. The origin must conform to the configured CreateOrigin or be the signed owner configured during asset creation.

    • id: The identifier of the asset.
    • reserves: The full list of trusted reserves information.

    Emits AssetMinBalanceChanged event when successful.