> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CurrentAndNextFeeSchedule

> Hedera protobuf CurrentAndNextFeeSchedule bundles the active and upcoming fee schedules with expiry timestamps used to price network transactions.

This contains two Fee Schedules with expiry timestamp.

| Field                | Type                                                       | Description                   |
| -------------------- | ---------------------------------------------------------- | ----------------------------- |
| `currentFeeSchedule` | [FeeSchedule](/reference/protobuf/basic-types/feeschedule) | Contains current Fee Schedule |
| `nextFeeSchedule`    | [FeeSchedule](/reference/protobuf/basic-types/feeschedule) | Contains next Fee Schedule    |

####
