feat: collectives #6711
Annotations
10 errors and 1 warning
deno:
packages/api-augment/src/collectives/consts.ts#L54
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }', but here has type '{ [key: string]: Codec; existentialDeposit: u128 & AugmentedConst<ApiType>; maxFreezes: u32 & AugmentedConst<ApiType>; maxHolds: u32 & AugmentedConst<...>; maxLocks: u32 & AugmentedConst<...>; maxReserves: u32 & AugmentedConst<...>; }'.
|
deno:
packages/api-augment/src/collectives/errors.ts#L14
Subsequent property declarations must have the same type. Property 'alliance' must be of type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutRequiredIdentityFields: IsError; }', but here has type '{ [key: string]: IsError; AccountNonGrata: IsError; AllianceAlreadyInitialized: IsError; AllianceNotYetInitialized: IsError; AlreadyElevated: IsError; ... 19 more ...; WithoutIdentityDisplayAndWebsite: IsError; }'.
|
deno:
packages/api-augment/src/collectives/errors.ts#L167
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: IsError; AlreadyExists: IsError; Overflow: IsError; UnknownAssetKind: IsError; }', but here has type '{ [key: string]: IsError; AlreadyExists: IsError; UnknownAssetKind: IsError; }'.
|
deno:
packages/api-augment/src/collectives/errors.ts#L181
Subsequent property declarations must have the same type. Property 'balances' must be of type '{ [key: string]: IsError; DeadAccount: IsError; DeltaZero: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 6 more ...; VestingBalance: IsError; }', but here has type '{ [key: string]: IsError; DeadAccount: IsError; ExistentialDeposit: IsError; ExistingVestingSchedule: IsError; Expendability: IsError; ... 5 more ...; VestingBalance: IsError; }'.
|
deno:
packages/api-augment/src/collectives/errors.ts#L865
Subsequent property declarations must have the same type. Property 'system' must be of type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; NothingAuthorized: IsError; SpecVersionNeedsToIncrease: IsError; Unauthorized: IsError; }', but here has type '{ [key: string]: IsError; CallFiltered: IsError; FailedToExtractRuntimeVersion: IsError; InvalidSpecName: IsError; NonDefaultComposite: IsError; NonZeroRefCount: IsError; SpecVersionNeedsToIncrease: IsError; }'.
|
deno:
packages/api-augment/src/collectives/events.ts#L112
Subsequent property declarations must have the same type. Property 'assetRate' must be of type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: u32, rate: u128], { assetKind: u32; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }', but here has type '{ [key: string]: AugmentedEvent<ApiType>; AssetRateCreated: AugmentedEvent<ApiType, [assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset, rate: u128], { assetKind: PolkadotRuntimeCommonImplsVersionedLocatableAsset; rate: u128; }>; AssetRateRemoved: AugmentedEvent<...>; AssetRateUpdated: AugmentedEvent<...>; }'.
|
deno:
packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
|
deno:
packages/api-augment/src/collectives/events.ts#L113
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
|
deno:
packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
|
deno:
packages/api-augment/src/collectives/events.ts#L114
Cannot find name 'PolkadotRuntimeCommonImplsVersionedLocatableAsset'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading