UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

10 lines 548 B
// Copyright 2017-2022 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from '@polkadot/api-base/types'; export * from '@polkadot/api/types/consts'; export * from '@polkadot/api/types/errors'; export * from '@polkadot/api/types/events'; export * from '@polkadot/api/types/storage'; export * from '@polkadot/api/types/submittable'; export { Signer, SignerResult } from '@polkadot/types/types'; export { ApiBase } from "../base/index.js"; // A smaller interface of ApiRx, used in derive and in SubmittableExtrinsic