getSysvarSlotHashesEncoder

function getSysvarSlotHashesEncoder(): VariableSizeEncoder<SysvarSlotHashes>;

Returns an encoder that you can use to encode a SysvarSlotHashes to a byte array representing the SlotHashes sysvar's account data.

Returns

VariableSizeEncoder<SysvarSlotHashes>

On this page