Skip to content

StakingKeys

ratranqu edited this page Apr 26, 2021 · 2 revisions

StakingKeys

public enum StakingKeys 

Properties

defaultParamspace

public static let defaultParamspace = moduleName

notBondedPoolName

public static let notBondedPoolName = "not_bonded_tokens_pool"

bondedPoolName

public static let bondedPoolName = "bonded_tokens_pool"

moduleName

public static let moduleName = "staking"

storeKey

public static let storeKey = moduleName

transientStoreKey

public static let transientStoreKey = "transient_" + moduleName

querierRoute

public static let querierRoute = moduleName

routerKey

public static let routerKey = moduleName
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally