@moonbeam-network/api-augment
Advanced tools
Comparing version 0.1606.1 to 0.1606.2
@@ -443,2 +443,12 @@ import type { AugmentedRpc } from "@polkadot/rpc-core/types"; | ||
}; | ||
moon: { | ||
/** | ||
* Returns whether an Ethereum block is finalized | ||
*/ | ||
isBlockFinalized: AugmentedRpc<(blockHash: Hash | string | Uint8Array) => Observable<bool>>; | ||
/** | ||
* Returns whether an Ethereum transaction is finalized | ||
*/ | ||
isTxFinalized: AugmentedRpc<(txHash: Hash | string | Uint8Array) => Observable<bool>>; | ||
}; | ||
net: { | ||
@@ -445,0 +455,0 @@ /** |
{ | ||
"name": "@moonbeam-network/api-augment", | ||
"version": "0.1606.1", | ||
"version": "0.1606.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Moonbeam types augment for @polkadot/api", |
3015396
78499