Skip to content

Commit 71c40db

Browse files
author
Alex Oakley
authored
Added new rpc method to watch extrinsic after submission (#53)
1 parent 6ca1030 commit 71c40db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FearlessUtils/Classes/Network/RPCMethod.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public enum RPCMethod {
99
public static let getChildStorageAt = "childstate_getStorage"
1010
public static let getBlockHash = "chain_getBlockHash"
1111
public static let submitExtrinsic = "author_submitExtrinsic"
12+
public static let submitAndWatchExtrinsic = "author_submitAndWatchExtrinsic"
1213
public static let paymentInfo = "payment_queryInfo"
1314
public static let getRuntimeVersion = "chain_getRuntimeVersion"
1415
public static let getRuntimeMetadata = "state_getMetadata"

0 commit comments

Comments
 (0)