Type Alias pallet_transaction_storage::pallet::ProofChecked
source · pub type ProofChecked<T: Config> = StorageValue<_GeneratedPrefixForStorageProofChecked<T>, bool, ValueQuery>;
Expand description
Was the proof checked in this block?
Storage type is [StorageValue
] with value type bool
.
Aliased Type§
struct ProofChecked<T: Config>(/* private fields */);