interface ConfigFileWithFormV3 {
    documentStorage?: {
        apiKey?: string;
        url: string;
    };
    forms: FormV3[];
    network: "local" | "mainnet" | "matic" | "maticmum" | "amoy" | "sepolia" | "xdc" | "xdcapothem" | "stabilitytestnet" | "stability" | "astron" | "astrontestnet";
    wallet: Wallet;
}

Hierarchy

  • ConfigFile
    • ConfigFileWithFormV3

Properties

documentStorage?: {
    apiKey?: string;
    url: string;
}

Type declaration

  • Optional apiKey?: string
  • url: string
forms: FormV3[]
network: "local" | "mainnet" | "matic" | "maticmum" | "amoy" | "sepolia" | "xdc" | "xdcapothem" | "stabilitytestnet" | "stability" | "astron" | "astrontestnet"
wallet: Wallet