New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@moonbeam-network/api-augment

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonbeam-network/api-augment - npm Package Compare versions

Comparing version 0.1606.0 to 0.1606.1

12

interfaces/augment-api-rpc.d.ts
import type { AugmentedRpc } from "@polkadot/rpc-core/types";
import type { Metadata, StorageKey } from "@polkadot/types";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u32, u64 } from "@polkadot/types-codec";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u32, u64 } from "@polkadot/types-codec";
import type { AnyNumber, Codec } from "@polkadot/types-codec/types";

@@ -14,3 +14,3 @@ import type { ExtrinsicOrHash, ExtrinsicStatus } from "@polkadot/types/interfaces/author";

import type { CreatedBlock } from "@polkadot/types/interfaces/engine";
import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics";

@@ -244,2 +244,6 @@ import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from "@polkadot/types/interfaces/grandpa";

/**
* Returns fee history for given block count & reward percentiles
*/
feeHistory: AugmentedRpc<(blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, rewardPercentiles: Option<Vec<f64>> | null | object | string | Uint8Array) => Observable<EthFeeHistory>>;
/**
* Returns current gas price.

@@ -345,2 +349,6 @@ */

/**
* Returns max priority fee per gas
*/
maxPriorityFeePerGas: AugmentedRpc<() => Observable<U256>>;
/**
* Returns true if client is actively mining new blocks.

@@ -347,0 +355,0 @@ */

import type { AugmentedRpc } from "@polkadot/rpc-core/types";
import type { Metadata, StorageKey } from "@polkadot/types";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u32, u64 } from "@polkadot/types-codec";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u32, u64 } from "@polkadot/types-codec";
import type { AnyNumber, Codec } from "@polkadot/types-codec/types";

@@ -14,3 +14,3 @@ import type { ExtrinsicOrHash, ExtrinsicStatus } from "@polkadot/types/interfaces/author";

import type { CreatedBlock } from "@polkadot/types/interfaces/engine";
import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics";

@@ -244,2 +244,6 @@ import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from "@polkadot/types/interfaces/grandpa";

/**
* Returns fee history for given block count & reward percentiles
*/
feeHistory: AugmentedRpc<(blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, rewardPercentiles: Option<Vec<f64>> | null | object | string | Uint8Array) => Observable<EthFeeHistory>>;
/**
* Returns current gas price.

@@ -345,2 +349,6 @@ */

/**
* Returns max priority fee per gas
*/
maxPriorityFeePerGas: AugmentedRpc<() => Observable<U256>>;
/**
* Returns true if client is actively mining new blocks.

@@ -347,0 +355,0 @@ */

import type { AugmentedRpc } from "@polkadot/rpc-core/types";
import type { Metadata, StorageKey } from "@polkadot/types";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, u32, u64 } from "@polkadot/types-codec";
import type { Bytes, HashMap, Json, Null, Option, Text, U256, U64, Vec, bool, f64, u32, u64 } from "@polkadot/types-codec";
import type { AnyNumber, Codec } from "@polkadot/types-codec/types";

@@ -14,3 +14,3 @@ import type { ExtrinsicOrHash, ExtrinsicStatus } from "@polkadot/types/interfaces/author";

import type { CreatedBlock } from "@polkadot/types/interfaces/engine";
import type { EthAccount, EthCallRequest, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { EthAccount, EthCallRequest, EthFeeHistory, EthFilter, EthFilterChanges, EthLog, EthReceipt, EthRichBlock, EthSubKind, EthSubParams, EthSyncStatus, EthTransaction, EthTransactionRequest, EthWork } from "@polkadot/types/interfaces/eth";
import type { Extrinsic } from "@polkadot/types/interfaces/extrinsics";

@@ -244,2 +244,6 @@ import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from "@polkadot/types/interfaces/grandpa";

/**
* Returns fee history for given block count & reward percentiles
*/
feeHistory: AugmentedRpc<(blockCount: U256 | AnyNumber | Uint8Array, newestBlock: BlockNumber | AnyNumber | Uint8Array, rewardPercentiles: Option<Vec<f64>> | null | object | string | Uint8Array) => Observable<EthFeeHistory>>;
/**
* Returns current gas price.

@@ -345,2 +349,6 @@ */

/**
* Returns max priority fee per gas
*/
maxPriorityFeePerGas: AugmentedRpc<() => Observable<U256>>;
/**
* Returns true if client is actively mining new blocks.

@@ -347,0 +355,0 @@ */

6

package.json
{
"name": "@moonbeam-network/api-augment",
"version": "0.1606.0",
"version": "0.1606.1",
"private": false,

@@ -68,4 +68,4 @@ "description": "Moonbeam types augment for @polkadot/api",

"devDependencies": {
"@polkadot/api": "^8.8.2",
"@polkadot/typegen": "^8.8.2",
"@polkadot/api": "^8.10.1",
"@polkadot/typegen": "^8.10.1",
"prettier": "^2.7.1",

@@ -72,0 +72,0 @@ "prettier-plugin-jsdoc": "^0.3.38",

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

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

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