mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
replace HistoricalValidationCode usages with ValidationCodeByHash (#3210)
* replace HistoricalValidationCode usages with ValidationCodeByHash * runtime-api: tabify tests file * update implementers guide
This commit is contained in:
@@ -62,6 +62,9 @@ impl ValidationCode {
|
||||
}
|
||||
}
|
||||
|
||||
/// A hash of the parachain validation code.
|
||||
pub type ValidationCodeHash = Hash;
|
||||
|
||||
/// Parachain block data.
|
||||
///
|
||||
/// Contains everything required to validate para-block, may contain block and witness data.
|
||||
|
||||
Reference in New Issue
Block a user