polkadot-js/api

View on GitHub
packages/types/src/generic/index.ts

Summary

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

// all named
export { GenericAccountId, GenericAccountId as GenericAccountId32, GenericAccountId33 } from './AccountId.js';
export { GenericAccountIndex } from './AccountIndex.js';
export { GenericBlock } from './Block.js';
export { GenericCall } from './Call.js';
export { GenericChainProperties } from './ChainProperties.js';
export { GenericConsensusEngineId } from './ConsensusEngineId.js';
export { GenericEvent, GenericEventData } from './Event.js';
export { GenericLookupSource } from './LookupSource.js';
export { GenericMultiAddress as GenericAddress, GenericMultiAddress } from './MultiAddress.js';
export { GenericVote } from './Vote.js';

// all starred
export * from '../ethereum/index.js';