@polkadot/types
Version:
Implementation of the Parity codec
7 lines (6 loc) • 414 B
TypeScript
/**
* @summary Type definitions that are used in the system
*/
export { BitVec, Bool, bool, Bytes, F32, f32, F64, f64, I8, i8, I16, i16, I32, i32, I64, i64, I128, i128, I256, i256, ISize, isize, Null, OptionBool, Text, Type, U8, u8, U16, u16, U32, u32, U64, u64, U128, u128, U256, u256, USize, usize } from '@polkadot/types-codec';
export { Data } from './Data.js';
export { StorageKey } from './StorageKey.js';