@polkadot/rpc-augment
Advanced tools
Comparing version 6.12.2-16 to 6.12.2-17
@@ -0,25 +1,25 @@ | ||
import type { AugmentedRpc } from '@polkadot/rpc-augment/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 { AnyNumber, Codec } from '@polkadot/types-codec/types'; | ||
import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author'; | ||
import type { EpochAuthorship } from '@polkadot/types/interfaces/babe'; | ||
import type { BeefySignedCommitment } from '@polkadot/types/interfaces/beefy'; | ||
import type { BlockHash } from '@polkadot/types/interfaces/chain'; | ||
import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate'; | ||
import type { AuthorityId } from '@polkadot/types/interfaces/consensus'; | ||
import type { ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts'; | ||
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 { Extrinsic } from '@polkadot/types/interfaces/extrinsics'; | ||
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa'; | ||
import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr'; | ||
import type { StorageKind } from '@polkadot/types/interfaces/offchain'; | ||
import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment'; | ||
import type { RpcMethods } from '@polkadot/types/interfaces/rpc'; | ||
import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime'; | ||
import type { ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state'; | ||
import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system'; | ||
import type { IExtrinsic, Observable } from '@polkadot/types/types'; | ||
declare module '@polkadot/rpc-augment/rpc' { | ||
import type { AugmentedRpc } from '@polkadot/rpc-augment/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 { AnyNumber, Codec } from '@polkadot/types-codec/types'; | ||
import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author'; | ||
import type { EpochAuthorship } from '@polkadot/types/interfaces/babe'; | ||
import type { BeefySignedCommitment } from '@polkadot/types/interfaces/beefy'; | ||
import type { BlockHash } from '@polkadot/types/interfaces/chain'; | ||
import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate'; | ||
import type { AuthorityId } from '@polkadot/types/interfaces/consensus'; | ||
import type { ContractCallRequest, ContractExecResult, ContractInstantiateResult, InstantiateRequest } from '@polkadot/types/interfaces/contracts'; | ||
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 { Extrinsic } from '@polkadot/types/interfaces/extrinsics'; | ||
import type { EncodedFinalityProofs, JustificationNotification, ReportedRoundStates } from '@polkadot/types/interfaces/grandpa'; | ||
import type { MmrLeafProof } from '@polkadot/types/interfaces/mmr'; | ||
import type { StorageKind } from '@polkadot/types/interfaces/offchain'; | ||
import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment'; | ||
import type { RpcMethods } from '@polkadot/types/interfaces/rpc'; | ||
import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Justification, KeyValue, SignedBlock, StorageData } from '@polkadot/types/interfaces/runtime'; | ||
import type { ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state'; | ||
import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system'; | ||
import type { IExtrinsic, Observable } from '@polkadot/types/types'; | ||
interface RpcInterface { | ||
@@ -26,0 +26,0 @@ author: { |
@@ -23,7 +23,7 @@ { | ||
"type": "module", | ||
"version": "6.12.2-16", | ||
"version": "6.12.2-17", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.5", | ||
"@polkadot/types": "6.12.2-16", | ||
"@polkadot/types": "6.12.2-17", | ||
"rxjs": "^7.4.0" | ||
@@ -64,2 +64,7 @@ }, | ||
"./README.md": "./README.md", | ||
"./rpc": { | ||
"require": "./rpc.cjs", | ||
"default": "./rpc.js" | ||
}, | ||
"./rpc.d.ts": "./rpc.d.ts", | ||
"./types": { | ||
@@ -66,0 +71,0 @@ "require": "./types.cjs", |
@@ -6,3 +6,3 @@ // Copyright 2017-2021 @polkadot/rpc-augment authors & contributors | ||
name: '@polkadot/rpc-augment', | ||
version: '6.12.2-16' | ||
version: '6.12.2-17' | ||
}; |
Sorry, the diff of this file is not supported yet
49953
27
736
+ Added@polkadot/types@6.12.2-17(transitive)
+ Added@polkadot/types-codec@6.12.2-17(transitive)
+ Added@polkadot/types-create@6.12.2-17(transitive)
- Removed@polkadot/types@6.12.2-16(transitive)
- Removed@polkadot/types-codec@6.12.2-16(transitive)
- Removed@polkadot/types-create@6.12.2-16(transitive)
Updated@polkadot/types@6.12.2-17