• Parameters

    • platformVersion: "5.0" | "6.0"
    • baseImage: string
    • baseSha256: string

    Returns {
        Connection: (new (...args) => Chain.Connection);
        Identity: (new (...args) => Chain.Identity);
        bech32Prefix: string;
        container: {
            image: {
                buildArgs: {
                    BASE: string;
                };
                dockerfile: string;
                inputFiles: string[];
                name: string;
            };
        };
        gasToken: Native;
        nodeBinary: string;
        nodePortMode: APIMode;
        platformName: "okp4";
        platformVersion: "5.0" | "6.0";
        waitString: string;
    }

    • Connection: (new (...args) => Chain.Connection)
    • Identity: (new (...args) => Chain.Identity)
    • bech32Prefix: string
    • container: {
          image: {
              buildArgs: {
                  BASE: string;
              };
              dockerfile: string;
              inputFiles: string[];
              name: string;
          };
      }
      • image: {
            buildArgs: {
                BASE: string;
            };
            dockerfile: string;
            inputFiles: string[];
            name: string;
        }
        • buildArgs: {
              BASE: string;
          }
          • BASE: string
        • dockerfile: string
        • inputFiles: string[]
        • name: string
    • gasToken: Native
    • nodeBinary: string
    • nodePortMode: APIMode
    • platformName: "okp4"
    • platformVersion: "5.0" | "6.0"
    • waitString: string

Generated using TypeDoc