Left Curve Software Stack
    Preparing search index...

    Type Alias MsgConfigure<AppConfig>

    type MsgConfigure<AppConfig = Json> = {
        newAppCfg?: AppConfig;
        newCfg?: ChainConfig;
    }

    Type Parameters

    Index

    Properties

    Properties

    newAppCfg?: AppConfig
    newCfg?: ChainConfig