Closed jsidorenko closed 1 year ago
In the MintWitness object, all the fields are supposed to be optional. We validate them depending on the collection settings: MintWitness.owned_item when the mint_type = HolderOf and MintWitness.mint_price when the mint price is set.
MintWitness
MintWitness.owned_item
mint_type
MintWitness.mint_price
bot rebase
Rebased
bot merge
In the
MintWitness
object, all the fields are supposed to be optional. We validate them depending on the collection settings:MintWitness.owned_item
when themint_type
= HolderOf andMintWitness.mint_price
when the mint price is set.