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

Hierarchy

  • ConfigFile
    • ConfigFileWithFormV3

Properties

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

Type declaration

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

Generated using TypeDoc