Type Alias Reserves

Reserves: StorageDescriptor<
    [Key: SS58String],
    { amount: bigint; id: FixedSizeBinary<8> }[],
    false,
    never,
>

Named reserves on some account balances.

Use of reserves is deprecated in favour of holds. See https://github.com/paritytech/substrate/pull/12951/