Type Alias candidate_pending_availability candidate_pending_availability : RuntimeDescriptor < [ para_id: number ] , | { commitments : { head_data : Uint8Array ; horizontal_messages : { data : Uint8Array ; recipient : number } [] ; hrmp_watermark : number ; new_validation_code ?: Uint8Array ; processed_downward_messages : number ; upward_messages : Uint8Array [] ; } ; descriptor : { core_index : number ; erasure_root : SizedHex < 32 > ; para_head : SizedHex < 32 > ; para_id : number ; persisted_validation_data_hash : SizedHex < 32 > ; pov_hash : SizedHex < 32 > ; relay_parent : SizedHex < 32 > ; reserved1 : SizedHex < 25 > ; reserved2 : SizedHex < 64 > ; session_index : number ; validation_code_hash : SizedHex < 32 > ; version : number ; } ; } | undefined , >
Defined in RuntimeCalls/ParachainHost.ts:104
Get the receipt of a candidate pending availability. This returns
Somefor any paras assigned to occupied cores inavailability_coresandNoneotherwise.