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