Type Alias AssetMinBalanceChanged

AssetMinBalanceChanged: PlainDescriptor<{
    asset_id: number;
    new_min_balance: bigint;
}>

The min_balance of an asset has been updated by the asset owner.