Type Alias availability_cores availability_cores : RuntimeDescriptor < [ ] , Enum < { Free : undefined ; Occupied : { availability : (0 | 1 )[] ; candidate_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 ; } ; candidate_hash : SizedHex < 32 > ; group_responsible : number ; next_up_on_available ?: { collator ?: SizedHex < (...)> ; para_id : number } ; next_up_on_time_out ?: { collator ?: SizedHex < (...)> ; para_id : number } ; occupied_since : number ; time_out_at : number ; } ; Scheduled : { collator ?: SizedHex < 32 > ; para_id : number } ; } , > [] , >
Defined in RuntimeCalls/ParachainHost.ts:56
Yields information on all availability cores as relevant to the child block. Cores are either free or occupied. Free cores can have paras assigned to them.