|
@@ -2,11 +2,11 @@ import { ApiPromise, WsProvider } from '@polkadot/api';
|
|
import { Option, Vec, Bytes, u32 } from '@polkadot/types';
|
|
import { Option, Vec, Bytes, u32 } from '@polkadot/types';
|
|
import { Codec } from '@polkadot/types/types';
|
|
import { Codec } from '@polkadot/types/types';
|
|
import { KeyringPair } from '@polkadot/keyring/types';
|
|
import { KeyringPair } from '@polkadot/keyring/types';
|
|
-import { UserInfo, PaidMembershipTerms, MemberId } from '@constantinople/types/lib/members';
|
|
|
|
-import { Mint, MintId } from '@constantinople/types/lib/mint';
|
|
|
|
-import { Lead, LeadId } from '@constantinople/types/lib/content-working-group';
|
|
|
|
-import { RoleParameters } from '@constantinople/types/lib/roles';
|
|
|
|
-import { Seat } from '@constantinople/types/lib/council';
|
|
|
|
|
|
+import { UserInfo, PaidMembershipTerms, MemberId } from '@constantinople/types/members';
|
|
|
|
+import { Mint, MintId } from '@constantinople/types/mint';
|
|
|
|
+import { Lead, LeadId } from '@constantinople/types/content-working-group';
|
|
|
|
+import { RoleParameters } from '@constantinople/types/roles';
|
|
|
|
+import { Seat } from '@constantinople/types/council';
|
|
import { Balance, EventRecord, AccountId, BlockNumber, BalanceOf } from '@polkadot/types/interfaces';
|
|
import { Balance, EventRecord, AccountId, BlockNumber, BalanceOf } from '@polkadot/types/interfaces';
|
|
import BN from 'bn.js';
|
|
import BN from 'bn.js';
|
|
import { SubmittableExtrinsic } from '@polkadot/api/types';
|
|
import { SubmittableExtrinsic } from '@polkadot/api/types';
|