mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 16:41:10 +00:00
Remove TransientValidationData (#2272)
* collation-generation: use persisted validation data * node: remote FullValidationData API * runtime: remove FullValidationData API * backing tests: use persisted validation data * FullCandidateReceipt: use persisted validation data This is not a big change since this type is not used anywhere * Remove ValidationData and TransientValidationData Also update the guide
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# Full Validation Data
|
||||
|
||||
Yields the full [`ValidationData`](../types/candidate.md#validationdata) at the state of a given block.
|
||||
|
||||
```rust
|
||||
fn full_validation_data(at: Block, ParaId, OccupiedCoreAssumption) -> Option<ValidationData>;
|
||||
```
|
||||
Reference in New Issue
Block a user