Params defines the set of IBC light client parameters.

interface Params {
    allowedClients: string[];
}

Properties

Properties

allowedClients: string[]

allowed_clients defines the list of allowed client state types.