Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix types and add runtime API definitions
  • Loading branch information
ntn-x2 committed Aug 11, 2022
commit d47aade48c703577b4a46f80c8e4b66dbce7d350
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { types10700 } from "./types_10700"

import runtime from "./runtime"

// Export type definitions
export {
types8,
types9,
Expand All @@ -33,6 +34,10 @@ export {
types10700 as latest,
}

// Export runtime APIs definitions
export { runtime }

// Export complete package
export const typeBundleForPolkadot: OverrideBundleDefinition = {
types: [
{
Expand Down