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.
public struct ParamsAppModuleBasic: AppModuleBasic
AppModuleBasic
init()
public init()
name
var name: String = ParamsKeys.moduleName
register(codec:)
public func register(codec: Codec)
defaultGenesis()
DefaultGenesis returns default genesis state as raw bytes for the params module.
public func defaultGenesis() -> JSON?
validateGenesis(json:)
ValidateGenesis performs genesis state validation for the params module.
public func validateGenesis(json: JSON) throws