CollectionCreatorInput
An attributed creator for a colleciton.
input CollectionCreatorInput {
address: String!
verified: Boolean
share: Int!
}
Fields
CollectionCreatorInput.address
● String!
non-null scalar
The wallet address of the creator.
CollectionCreatorInput.verified
● Boolean
scalar
This field indicates whether the collection's creator has been verified. This feature is only supported on the Solana blockchain.
References
CollectionCreatorInput.share
● Int!
non-null scalar
The share of royalties payout the creator should receive.
Member of
CreateDropInput
input ● PatchDropInput
input