UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

6 lines 265 B
// Copyright 2017-2022 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from "./decorate.js"; export { filterEvents } from "./filterEvents.js"; export { isKeyringPair } from "./isKeyringPair.js"; export { l } from "./logging.js";