Skip to content

Commit

Permalink
Merge pull request #82 from soramitsu/feature/rpc-method-state-call
Browse files Browse the repository at this point in the history
state_call rpc method added
  • Loading branch information
bnsports committed Nov 10, 2022
2 parents d190656 + 1251727 commit e68069f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FearlessUtils/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 helthCheck = "system_health"
public static let runtimeVersionSubscribe = "state_subscribeRuntimeVersion"
public static let existentialDeposit = "tokens_queryExistentialDeposit"
public static let stateCall = "state_call"
}

0 comments on commit e68069f

Please sign in to comment.