Readonly
address: PublicKeyThe public key of the creator.
Readonly
share: numberThe creator's shares of the royalties in percent (i.e. 5 is 5%).
Optional
Readonly
authority?: SignerThe authority that should sign the asset to verify the creator. When this is not provided, the creator will not be verified within this operation.
Generated using TypeDoc
This object provides a way of providing creator information when needed, e.g. when creating or updating NFTs, candy machines, etc.
It allows us to optionally provide an authority as a Signer so we can both set and verify the creator within the same operation.