getSysvarSlotHashesCodec

function getSysvarSlotHashesCodec(): VariableSizeCodec<SysvarSlotHashes>;

Returns a codec that you can use to encode from or decode to SysvarSlotHashes

Returns

VariableSizeCodec<SysvarSlotHashes>

See

On this page