Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equilab/api

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equilab/api - npm Package Compare versions

Comparing version 0.4.5 to 0.5.0

9

lib/interfaces/augment-api-consts.d.ts

@@ -1,6 +0,5 @@

import { Vec } from '@polkadot/types/codec';
import { Bytes, u32 } from '@polkadot/types/primitive';
import { BalanceOf, BlockNumber, ModuleId, Moment, RuntimeDbWeight, Weight } from '@polkadot/types/interfaces/runtime';
import { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
import { ApiTypes } from '@polkadot/api/types';
import type { Bytes, Vec, u32 } from '@polkadot/types';
import type { BalanceOf, BlockNumber, ModuleId, Moment, RuntimeDbWeight, Weight } from '@polkadot/types/interfaces/runtime';
import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';
import type { ApiTypes } from '@polkadot/api/types';
declare module '@polkadot/api/types/consts' {

@@ -7,0 +6,0 @@ interface AugmentedConsts<ApiType> {

@@ -1,17 +0,16 @@

import { AnyNumber, ITuple, Observable } from '@polkadot/types/types';
import { Option, Vec } from '@polkadot/types/codec';
import { Bytes, bool, u32, u64 } from '@polkadot/types/primitive';
import { TotalAggregates } from '@equilab/api/interfaces/balances';
import { Currency, PricePoint, SignedBalance, UserGroup } from '@equilab/api/interfaces/common';
import { PricePeriod } from '@equilab/api/interfaces/financial';
import { UncleEntryItem } from '@polkadot/types/interfaces/authorship';
import { EthereumAddress } from '@polkadot/types/interfaces/claims';
import { AuthorityId } from '@polkadot/types/interfaces/consensus';
import { SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';
import { AccountId, BalanceOf, BlockNumber, ExtrinsicsWeight, FixedI64, Hash, KeyTypeId, Moment, Releases, ValidatorId } from '@polkadot/types/interfaces/runtime';
import { Keys, SessionIndex } from '@polkadot/types/interfaces/session';
import { AccountInfo, DigestOf, EventIndex, EventRecord, LastRuntimeUpgradeInfo, Phase } from '@polkadot/types/interfaces/system';
import { Multiplier } from '@polkadot/types/interfaces/txpayment';
import { VestingInfo } from '@polkadot/types/interfaces/vesting';
import { ApiTypes } from '@polkadot/api/types';
import type { Bytes, Option, Vec, bool, u32, u64 } from '@polkadot/types';
import type { AnyNumber, ITuple, Observable } from '@polkadot/types/types';
import type { TotalAggregates } from '@equilab/api/interfaces/balances';
import type { Currency, PricePoint, SignedBalance, UserGroup } from '@equilab/api/interfaces/common';
import type { PricePeriod } from '@equilab/api/interfaces/financial';
import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';
import type { EthereumAddress } from '@polkadot/types/interfaces/claims';
import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
import type { SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';
import type { AccountId, BalanceOf, BlockNumber, ExtrinsicsWeight, FixedI64, Hash, KeyTypeId, Moment, Releases, ValidatorId } from '@polkadot/types/interfaces/runtime';
import type { Keys, SessionIndex } from '@polkadot/types/interfaces/session';
import type { AccountInfo, DigestOf, EventIndex, EventRecord, LastRuntimeUpgradeInfo, Phase } from '@polkadot/types/interfaces/system';
import type { Multiplier } from '@polkadot/types/interfaces/txpayment';
import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
import type { ApiTypes } from '@polkadot/api/types';
declare module '@polkadot/api/types/storage' {

@@ -18,0 +17,0 @@ interface AugmentedQueries<ApiType> {

@@ -1,13 +0,12 @@

import { AnyNumber, ITuple } from '@polkadot/types/types';
import { Compact, Option, Vec } from '@polkadot/types/codec';
import { Bytes, bool, u32, u64 } from '@polkadot/types/primitive';
import { Currency, ReinitRequest } from '@equilab/api/interfaces/common';
import { EthereumAddress } from '@polkadot/types/interfaces/claims';
import { EcdsaSignature, Extrinsic, Signature } from '@polkadot/types/interfaces/extrinsics';
import { GrandpaEquivocationProof, KeyOwnerProof } from '@polkadot/types/interfaces/grandpa';
import { AccountId, Balance, BalanceOf, BlockNumber, Call, ChangesTrieConfiguration, FixedI64, Header, KeyValue, LookupSource, Moment, Perbill, ValidatorId, Weight } from '@polkadot/types/interfaces/runtime';
import { Keys } from '@polkadot/types/interfaces/session';
import { Key } from '@polkadot/types/interfaces/system';
import { VestingInfo } from '@polkadot/types/interfaces/vesting';
import { ApiTypes, SubmittableExtrinsic } from '@polkadot/api/types';
import type { Bytes, Compact, Option, Vec, bool, u32, u64 } from '@polkadot/types';
import type { AnyNumber, ITuple } from '@polkadot/types/types';
import type { Currency, ReinitRequest } from '@equilab/api/interfaces/common';
import type { EthereumAddress } from '@polkadot/types/interfaces/claims';
import type { EcdsaSignature, Extrinsic, Signature } from '@polkadot/types/interfaces/extrinsics';
import type { GrandpaEquivocationProof, KeyOwnerProof } from '@polkadot/types/interfaces/grandpa';
import type { AccountId, Balance, BalanceOf, BlockNumber, Call, ChangesTrieConfiguration, FixedI64, Header, KeyValue, LookupSource, Moment, Perbill, ValidatorId, Weight } from '@polkadot/types/interfaces/runtime';
import type { Keys } from '@polkadot/types/interfaces/session';
import type { Key } from '@polkadot/types/interfaces/system';
import type { VestingInfo } from '@polkadot/types/interfaces/vesting';
import type { ApiTypes, SubmittableExtrinsic } from '@polkadot/api/types';
declare module '@polkadot/api/types/submittable' {

@@ -14,0 +13,0 @@ interface AugmentedSubmittables<ApiType> {

@@ -1,3 +0,3 @@

import { Enum, Struct } from '@polkadot/types/codec';
import { Balance } from '@polkadot/types/interfaces/runtime';
import type { Enum, Struct } from '@polkadot/types';
import type { Balance } from '@polkadot/types/interfaces/runtime';
/** @name BalancesAggregate */

@@ -4,0 +4,0 @@ export interface BalancesAggregate extends Struct {

@@ -1,2 +0,2 @@

import { H160 } from '@polkadot/types/interfaces/runtime';
import type { H160 } from '@polkadot/types/interfaces/runtime';
/** @name EthereumAddress */

@@ -3,0 +3,0 @@ export interface EthereumAddress extends H160 {

@@ -1,6 +0,5 @@

import { Enum, Struct, Vec } from '@polkadot/types/codec';
import { i64, u32, u64 } from '@polkadot/types/primitive';
import { AuthIndex } from '@polkadot/types/interfaces/imOnline';
import { AccountId } from '@polkadot/types/interfaces/runtime';
import { SessionKeys3 } from '@polkadot/types/interfaces/session';
import type { Enum, Struct, Vec, i64, u32, u64 } from '@polkadot/types';
import type { AuthIndex } from '@polkadot/types/interfaces/imOnline';
import type { AccountId } from '@polkadot/types/interfaces/runtime';
import type { SessionKeys3 } from '@polkadot/types/interfaces/session';
/** @name Address */

@@ -7,0 +6,0 @@ export interface Address extends AccountId {

@@ -1,3 +0,2 @@

import { Enum } from '@polkadot/types/codec';
import { u32 } from '@polkadot/types/primitive';
import type { Enum, u32 } from '@polkadot/types';
/** @name DataPoints */

@@ -4,0 +3,0 @@ export interface DataPoints extends u32 {

@@ -1,3 +0,3 @@

import { Struct } from '@polkadot/types/codec';
import { Balance, BlockNumber } from '@polkadot/types/interfaces/runtime';
import type { Struct } from '@polkadot/types';
import type { Balance, BlockNumber } from '@polkadot/types/interfaces/runtime';
/** @name VestingInfo */

@@ -4,0 +4,0 @@ export interface VestingInfo extends Struct {

{
"name": "@equilab/api",
"version": "0.4.5",
"version": "0.5.0",
"main": "./lib/index.js",

@@ -25,6 +25,6 @@ "license": "MIT",

"dependencies": {
"@polkadot/api": "2.6.1"
"@polkadot/api": "2.7.1"
},
"devDependencies": {
"@polkadot/typegen": "2.6.1",
"@polkadot/typegen": "2.7.1",
"@types/mocha": "^8.0.3",

@@ -31,0 +31,0 @@ "@types/node": "^14.14.7",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc