@dedot/chaintypes 0.0.1-alpha.48 → 0.0.1-alpha.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/kusama/rpc.d.ts CHANGED
@@ -899,6 +899,19 @@ export interface RpcCalls extends GenericRpcCalls {
899
899
  **/
900
900
  unstable_unwatch: GenericRpcCall;
901
901
 
902
+ [method: string]: GenericRpcCall;
903
+ };
904
+ transaction: {
905
+ /**
906
+ * @rpcname: transaction_unstable_broadcast
907
+ **/
908
+ unstable_broadcast: GenericRpcCall;
909
+
910
+ /**
911
+ * @rpcname: transaction_unstable_stop
912
+ **/
913
+ unstable_stop: GenericRpcCall;
914
+
902
915
  [method: string]: GenericRpcCall;
903
916
  };
904
917
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dedot/chaintypes",
3
- "version": "0.0.1-alpha.48",
3
+ "version": "0.0.1-alpha.49",
4
4
  "description": "Types for substrate-based chains",
5
5
  "author": "Thang X. Vu <thang@coongcrafts.io>",
6
6
  "main": "",
@@ -20,7 +20,7 @@
20
20
  "directory": "dist"
21
21
  },
22
22
  "license": "Apache-2.0",
23
- "gitHead": "82189e36a2019aface2c3d9ed09a67185b73ad40",
23
+ "gitHead": "b81972b1ff0424b83a61df3661d1b7fcd1229885",
24
24
  "module": "./index.js",
25
25
  "types": "./index.d.ts"
26
26
  }
package/polkadot/rpc.d.ts CHANGED
@@ -899,6 +899,19 @@ export interface RpcCalls extends GenericRpcCalls {
899
899
  **/
900
900
  unstable_unwatch: GenericRpcCall;
901
901
 
902
+ [method: string]: GenericRpcCall;
903
+ };
904
+ transaction: {
905
+ /**
906
+ * @rpcname: transaction_unstable_broadcast
907
+ **/
908
+ unstable_broadcast: GenericRpcCall;
909
+
910
+ /**
911
+ * @rpcname: transaction_unstable_stop
912
+ **/
913
+ unstable_stop: GenericRpcCall;
914
+
902
915
  [method: string]: GenericRpcCall;
903
916
  };
904
917
  }
@@ -741,6 +741,19 @@ export interface RpcCalls extends GenericRpcCalls {
741
741
  **/
742
742
  unstable_unwatch: GenericRpcCall;
743
743
 
744
+ [method: string]: GenericRpcCall;
745
+ };
746
+ transaction: {
747
+ /**
748
+ * @rpcname: transaction_unstable_broadcast
749
+ **/
750
+ unstable_broadcast: GenericRpcCall;
751
+
752
+ /**
753
+ * @rpcname: transaction_unstable_stop
754
+ **/
755
+ unstable_stop: GenericRpcCall;
756
+
744
757
  [method: string]: GenericRpcCall;
745
758
  };
746
759
  }
package/rococo/rpc.d.ts CHANGED
@@ -899,6 +899,19 @@ export interface RpcCalls extends GenericRpcCalls {
899
899
  **/
900
900
  unstable_unwatch: GenericRpcCall;
901
901
 
902
+ [method: string]: GenericRpcCall;
903
+ };
904
+ transaction: {
905
+ /**
906
+ * @rpcname: transaction_unstable_broadcast
907
+ **/
908
+ unstable_broadcast: GenericRpcCall;
909
+
910
+ /**
911
+ * @rpcname: transaction_unstable_stop
912
+ **/
913
+ unstable_stop: GenericRpcCall;
914
+
902
915
  [method: string]: GenericRpcCall;
903
916
  };
904
917
  }