getSysvarLastRestartSlotCodec

function getSysvarLastRestartSlotCodec(): FixedSizeCodec<
    Readonly<{
        lastRestartSlot: bigint;
    }>,
    Readonly<{
        lastRestartSlot: bigint;
    }>,
    8
>;

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

Returns

FixedSizeCodec<Readonly<{ lastRestartSlot: bigint; }>, Readonly<{ lastRestartSlot: bigint; }>, 8>

See

On this page