Crate pallet_transaction_storage

Crate pallet_transaction_storage 

Source
Expand description

Transaction storage pallet. Indexes transactions and manages storage proofs.

Re-exports§

pub use weights::WeightInfo;
pub use pallet::*;

Modules§

pallet
The pallet module in each FRAME pallet hosts the most important items needed to construct this pallet.
weights
Autogenerated weights for pallet_transaction_storage

Structs§

AuthorizationExtent
Number of transactions and bytes covered by an authorization.
TransactionInfo
State data for a stored transaction.

Constants§

AUTHORIZATION_NOT_EXPIRED
Authorization has not expired.
AUTHORIZATION_NOT_FOUND
Authorization was not found.
BAD_DATA_SIZE
Data size is not in the allowed range.
DEFAULT_MAX_BLOCK_TRANSACTIONS
DEFAULT_MAX_TRANSACTION_SIZE
Maximum bytes that can be stored in one transaction.
IMPOSSIBLE
Encountered an impossible situation, implies a bug.
RENEWED_NOT_FOUND
Renewed extrinsic not found.

Type Aliases§

CreditOf