Params defines the set of IBC light client parameters.

interface ParamsSDKType {
    allowed_clients: string[];
}

Properties

Properties

allowed_clients: string[]