@moonbeam-network/api-augment
Advanced tools
Comparing version 0.1606.0 to 0.1606.1
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 @@ */ |
{ | ||
"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
3014971
78489