Skip to content

Commit

Permalink
add system_properties RPC method constant
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Jul 1, 2024
1 parent 625b110 commit 2844da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SubstrateSdk/Classes/Network/RPCMethod.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ public enum RPCMethod {
public static let getExtrinsicNonce = "system_accountNextIndex"
public static let healthCheck = "system_health"
public static let runtimeVersionSubscribe = "state_subscribeRuntimeVersion"
public static let properties = "system_properties"
}

0 comments on commit 2844da4

Please sign in to comment.