RandomnessCollectiveFlip¶
Storage functions¶
RandomMaterial¶
Series of block headers from the last 81 blocks that acts as random seed material. This
is arranged as a ring buffer with block_number % 81
being the index into the Vec
of
the oldest hash.
Python¶
result = substrate.query(
'RandomnessCollectiveFlip', 'RandomMaterial', []
)
Return value¶
['scale_info::12']