update_asset: TxDescriptor<
    {
        additional?: bigint;
        asset_id: number;
        decimals?: number;
        existential_deposit?: bigint;
        location?: XcmVersionedLocation
        | undefined;
        name?: Binary;
        symbol?: Binary;
    },
>