polkadot-js/common

View on GitHub
packages/util/src/compact/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/util authors & contributors
// SPDX-License-Identifier: Apache-2.0

export type BitLength = 8 | 16 | 32 | 64 | 128 | 256;