UNPKG

337 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/types authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3export const BIT_SIGNED = 0b10000000;
4export const BIT_UNSIGNED = 0;
5export const EMPTY_U8A = new Uint8Array();
6export const DEFAULT_VERSION = 4;
7export const IMMORTAL_ERA = new Uint8Array([0]);
8export const UNMASK_VERSION = 0b01111111;
\No newline at end of file