|
| 1 | +{ |
| 2 | + "HrmpChannelId": { |
| 3 | + "sender": "u32", |
| 4 | + "receiver": "u32" |
| 5 | + }, |
| 6 | + "SignedAvailabilityBitfield": { |
| 7 | + "payload": "BitVec", |
| 8 | + "validator_index": "u32", |
| 9 | + "signature": "Signature" |
| 10 | + }, |
| 11 | + "SignedAvailabilityBitfields": "Vec<SignedAvailabilityBitfield>", |
| 12 | + "ValidatorSignature": "Signature", |
| 13 | + "HeadData": "Vec<u8>", |
| 14 | + "CandidateDescriptor": { |
| 15 | + "para_id": "u32", |
| 16 | + "relay_parent": "Hash", |
| 17 | + "collator_id": "Hash", |
| 18 | + "persisted_validation_data_hash": "Hash", |
| 19 | + "pov_hash": "Hash", |
| 20 | + "erasure_root": "Hash", |
| 21 | + "signature": "Signature" |
| 22 | + }, |
| 23 | + "CandidateReceipt": { |
| 24 | + "descriptor": "CandidateDescriptor", |
| 25 | + "commitments_hash": "Hash" |
| 26 | + }, |
| 27 | + "UpwardMessage": "Vec<u8>", |
| 28 | + "OutboundHrmpMessage": { |
| 29 | + "recipient": "u32", |
| 30 | + "data": "Vec<u8>" |
| 31 | + }, |
| 32 | + "ValidationCode": "Vec<u8>", |
| 33 | + "CandidateCommitments": { |
| 34 | + "upward_messages": "Vec<UpwardMessage>", |
| 35 | + "horizontal_messages": "Vec<OutboundHrmpMessage>", |
| 36 | + "new_validation_code": "Option<ValidationCode>", |
| 37 | + "head_data": "HeadData", |
| 38 | + "processed_downward_messages": "u32", |
| 39 | + "hrmp_watermark": "BlockNumber" |
| 40 | + }, |
| 41 | + "CommittedCandidateReceipt": { |
| 42 | + "descriptor": "CandidateDescriptor", |
| 43 | + "commitments": "CandidateCommitments" |
| 44 | + }, |
| 45 | + "ValidityAttestation": { |
| 46 | + "_enum": { |
| 47 | + "DummyOffsetBy1": "Raw", |
| 48 | + "Implicit": "ValidatorSignature", |
| 49 | + "Explicit": "ValidatorSignature" |
| 50 | + } |
| 51 | + }, |
| 52 | + "BackedCandidate": { |
| 53 | + "candidate": "CommittedCandidateReceipt", |
| 54 | + "validity_votes": "Vec<ValidityAttestation>", |
| 55 | + "validator_indices": "BitVec" |
| 56 | + }, |
| 57 | + "CandidatePendingAvailablility": { |
| 58 | + "core": "u32", |
| 59 | + "descriptor": "CandidateDescriptor", |
| 60 | + "availability_votes": "BitVec", |
| 61 | + "relay_parent_number": "BlockNumber", |
| 62 | + "backed_in_number": "BlockNumber" |
| 63 | + } |
| 64 | +} |
0 commit comments