getSysvarSlotHashesDecoder

function getSysvarSlotHashesDecoder(): VariableSizeDecoder<SysvarSlotHashes>;

Returns a decoder that you can use to decode a byte array representing the SlotHashes sysvar's account data to a SysvarSlotHashes.

Returns

VariableSizeDecoder<SysvarSlotHashes>

On this page