Params defines the set of IBC light client parameters.

interface ParamsAmino {
    allowed_clients?: string[];
}

Properties

Properties

allowed_clients?: string[]

allowed_clients defines the list of allowed client state types.