Type alias NewHoneycombProjectArgsDef
NewHoneycombProjectArgsDef: { allowedPrograms?: web3.PublicKey[]; collections?: web3.PublicKey[]; creators?: web3.PublicKey[]; driver?: web3.PublicKey; name: string; profileDataConfigs?: { dataType: ProfileDataType; label: string; }[]; }
Type declaration
-
Optional
allowedPrograms?: web3.PublicKey[]
-
Optional
collections?: web3.PublicKey[]
-
Optional
creators?: web3.PublicKey[]
-
Optional
driver?: web3.PublicKey
-
name: string
-
Optional
profileDataConfigs?: {
dataType: ProfileDataType;
label: string;
}[]
Arguments for creating a new Honeycomb project.