polkadot-js/api

View on GitHub
packages/rpc-core/src/types/index.ts

Summary

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

// augmented, do an augmentation export
export * from '@polkadot/rpc-core/types/jsonrpc';

// normal exports
export * from './base.js';