Skip to content
Merged
Show file tree
Hide file tree
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
Remove abrs definitions
  • Loading branch information
jacogr committed Aug 14, 2019
commit f80c143b9400c15829266c135b93618424da2166
4 changes: 0 additions & 4 deletions packages/types/src/interfaceRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import { Compact, Option, Vec } from './codec';
import { Bytes, Data, Fixed64, H160, H256, H512, Null, StorageData, StorageHasher, StorageKey, Text, Type, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from './primitive';
import { AccountId, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, Call, Consensus, ConsensusEngineId, Digest, DigestItem, Ed25519Signature, Extrinsic, ExtrinsicEra, ExtrinsicPayload, Hash, Header, ImmortalEra, Index, Justification, KeyTypeId, KeyValue, LockIdentifier, Moment, MortalEra, Origin, Perbill, Permill, Phantom, PhantomData, PreRuntime, Seal, SealV0, Signature, SignedBlock, Sr25519Signature, ValidatorId, Weight, WeightMultiplier } from './interfaces/runtime';
import { RawAuraBorosPreDigest } from './interfaces/abrs';
import { InclusionHeight, Uncle, UncleEntryItem } from './interfaces/authorship';
import { RawAuraPreDigest } from './interfaces/aura';
import { BabeAuthorityWeight, BabeBlockWeight, BabeWeight, RawBabePreDigest, RawBabePreDigestPrimary, RawBabePreDigestSecondary, SlotNumber } from './interfaces/babe';
Expand Down Expand Up @@ -250,9 +249,6 @@ export interface InterfaceRegistry {
Consensus: Consensus;
'Option<Consensus>': Option<Consensus>;
'Vec<Consensus>': Vec<Consensus>;
RawAuraBorosPreDigest: RawAuraBorosPreDigest;
'Option<RawAuraBorosPreDigest>': Option<RawAuraBorosPreDigest>;
'Vec<RawAuraBorosPreDigest>': Vec<RawAuraBorosPreDigest>;
InclusionHeight: InclusionHeight;
'Option<InclusionHeight>': Option<InclusionHeight>;
'Vec<InclusionHeight>': Vec<InclusionHeight>;
Expand Down
14 changes: 0 additions & 14 deletions packages/types/src/interfaces/abrs/definitions.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/types/src/interfaces/abrs/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions packages/types/src/interfaces/abrs/types.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/types/src/interfaces/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
export { default as runtime } from './runtime/definitions';

// substrate types
export { default as abrs } from './abrs/definitions';
export { default as authorship } from './authorship/definitions';
export { default as aura } from './aura/definitions';
export { default as babe } from './babe/definitions';
Expand Down
1 change: 0 additions & 1 deletion packages/types/src/interfaces/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/* eslint-disable @typescript-eslint/no-empty-interface */

export * from './runtime/types';
export * from './abrs/types';
export * from './authorship/types';
export * from './aura/types';
export * from './babe/types';
Expand Down