## transactionStorage blockTransactions(): `Vec` - **interface**: `transactionStorage.blockTransactions` byteFee(): `Option` - **interface**: `transactionStorage.byteFee` - **summary**: Storage fee per byte. chunkCount(`u32`): `u32` - **interface**: `transactionStorage.chunkCount` - **summary**: Count indexed chunks for each block. entryFee(): `Option` - **interface**: `transactionStorage.entryFee` - **summary**: Storage fee per transaction. proofChecked(): `bool` - **interface**: `transactionStorage.proofChecked` - **summary**: Was the proof checked in this block? storagePeriod(): `u32` - **interface**: `transactionStorage.storagePeriod` - **summary**: Storage period for data in blocks. Should match `sp_storage_proof::DEFAULT_STORAGE_PERIOD` for block authoring. transactions(`u32`): `Option>` - **interface**: `transactionStorage.transactions` - **summary**: Collection of transaction metadata by block number.