Type alias CreateAddRemoveCriteriaOperationArgs
CreateAddRemoveCriteriaOperationArgs: { allowedProgram?: web3.PublicKey; collection?: web3.PublicKey; creator?: web3.PublicKey; programId?: web3.PublicKey; project: HoneycombProject; remove?: boolean; }
Type declaration
-
Optional allowedProgram?: web3.PublicKey
-
Optional collection?: web3.PublicKey
-
Optional creator?: web3.PublicKey
-
Optional programId?: web3.PublicKey
-
-
Optional remove?: boolean
Represents the arguments required to create an AddRemoveCriteria operation.