ts-mls
Version:
[](https://github.com/LukaJCB/ts-mls/actions/workflows/ci.yml) [](https://badge.fury.io/js/ts-mls) [ => [lt.notBefore, lt.notAfter]);
export const decodeLifetime = mapDecoders([decodeUint64, decodeUint64], (notBefore, notAfter) => ({
notBefore,
notAfter,
}));
export const defaultLifetime = {
notBefore: 0n,
notAfter: 9223372036854775807n,
};
//# sourceMappingURL=lifetime.js.map