CreateAddRemoveCriteriaOperationArgs: {
    allowedProgram?: web3.PublicKey;
    collection?: web3.PublicKey;
    creator?: web3.PublicKey;
    programId?: web3.PublicKey;
    project: HoneycombProject;
    remove?: boolean;
}

Represents the arguments required to create an AddRemoveCriteria operation.

Type declaration

  • Optional allowedProgram?: web3.PublicKey
  • Optional collection?: web3.PublicKey
  • Optional creator?: web3.PublicKey
  • Optional programId?: web3.PublicKey
  • project: HoneycombProject
  • Optional remove?: boolean

Generated using TypeDoc