transactionStorage
blockTransactions(): Vec<PalletTransactionStorageTransactionInfo>
interface:
transactionStorage.blockTransactions
byteFee(): Option<u128>
interface:
transactionStorage.byteFeesummary: Storage fee per byte.
chunkCount(u32): u32
interface:
transactionStorage.chunkCountsummary: Count indexed chunks for each block.
entryFee(): Option<u128>
interface:
transactionStorage.entryFeesummary: Storage fee per transaction.
proofChecked(): bool
interface:
transactionStorage.proofCheckedsummary: Was the proof checked in this block?
storagePeriod(): u32
interface:
transactionStorage.storagePeriodsummary: Storage period for data in blocks. Should match
sp_storage_proof::DEFAULT_STORAGE_PERIODfor block authoring.
transactions(u32): Option<Vec<PalletTransactionStorageTransactionInfo>>
interface:
transactionStorage.transactionssummary: Collection of transaction metadata by block number.