CreateCreateProjectOperationArgs: {
    args: CreateProjectArgs & {
        profileDataConfigs?: {
            dataType: ProfileDataType;
            label: string;
        }[];
    };
    programId?: web3.PublicKey;
}

Represents the arguments required to create a CreateCreateProject operation.

Type declaration

  • args: CreateProjectArgs & {
        profileDataConfigs?: {
            dataType: ProfileDataType;
            label: string;
        }[];
    }
  • Optional programId?: web3.PublicKey

Generated using TypeDoc