We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca1030 commit 71c40dbCopy full SHA for 71c40db
FearlessUtils/Classes/Network/RPCMethod.swift
@@ -9,6 +9,7 @@ public enum RPCMethod {
9
public static let getChildStorageAt = "childstate_getStorage"
10
public static let getBlockHash = "chain_getBlockHash"
11
public static let submitExtrinsic = "author_submitExtrinsic"
12
+ public static let submitAndWatchExtrinsic = "author_submitAndWatchExtrinsic"
13
public static let paymentInfo = "payment_queryInfo"
14
public static let getRuntimeVersion = "chain_getRuntimeVersion"
15
public static let getRuntimeMetadata = "state_getMetadata"
0 commit comments