Package Exports
- @polkadot/types
- @polkadot/types/augment
- @polkadot/types/codec
- @polkadot/types/codec/AbstractArray
- @polkadot/types/codec/AbstractInt
- @polkadot/types/codec/Base
- @polkadot/types/codec/Compact
- @polkadot/types/codec/Date
- @polkadot/types/codec/Enum
- @polkadot/types/codec/Int
- @polkadot/types/codec/Json
- @polkadot/types/codec/Linkage
- @polkadot/types/codec/Map
- @polkadot/types/codec/Option
- @polkadot/types/codec/Raw
- @polkadot/types/codec/Struct
- @polkadot/types/codec/Tuple
- @polkadot/types/codec/U8aFixed
- @polkadot/types/codec/UInt
- @polkadot/types/codec/Vec
- @polkadot/types/codec/VecAny
- @polkadot/types/codec/VecFixed
- @polkadot/types/codec/types
- @polkadot/types/codec/utils
- @polkadot/types/create
- @polkadot/types/create/createType
- @polkadot/types/create/getTypeDef
- @polkadot/types/create/registry
- @polkadot/types/create/sanitize
- @polkadot/types/create/types
- @polkadot/types/extrinsic
- @polkadot/types/extrinsic/Extrinsic
- @polkadot/types/extrinsic/ExtrinsicEra
- @polkadot/types/extrinsic/ExtrinsicPayload
- @polkadot/types/extrinsic/constants
- @polkadot/types/extrinsic/util
- @polkadot/types/extrinsic/v4/Extrinsic
- @polkadot/types/generic
- @polkadot/types/generic/AccountId
- @polkadot/types/generic/AccountIndex
- @polkadot/types/generic/Call
- @polkadot/types/generic/Event
- @polkadot/types/generic/LookupSource
- @polkadot/types/generic/Vote
- @polkadot/types/index
- @polkadot/types/interfaces
- @polkadot/types/interfaces/definitions
- @polkadot/types/interfaces/democracy/definitions
- @polkadot/types/interfaces/jsonrpc
- @polkadot/types/interfaces/runtime/definitions
- @polkadot/types/json/Header.004.json
- @polkadot/types/json/SignedBlock.004.immortal.json
- @polkadot/types/primitive
- @polkadot/types/primitive/Bool
- @polkadot/types/primitive/Bytes
- @polkadot/types/primitive/I128
- @polkadot/types/primitive/I16
- @polkadot/types/primitive/I32
- @polkadot/types/primitive/I64
- @polkadot/types/primitive/I8
- @polkadot/types/primitive/Null
- @polkadot/types/primitive/StorageKey
- @polkadot/types/primitive/Text
- @polkadot/types/primitive/U128
- @polkadot/types/primitive/U16
- @polkadot/types/primitive/U32
- @polkadot/types/primitive/U64
- @polkadot/types/types
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@polkadot/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@polkadot/types
Implementation of the types and their (de-)serialisation via SCALE codec. On the Rust side, the codec types and primitive types are implemented via the parity-codec.