mint
name
- the name of the collectioninitial_issuance
- number of tokens to mint nowmax_issuance
- maximum number of tokens allowed in collectiontoken_owner
- the token owner, defaults to the callermetadata_scheme
- The off-chain metadata referencing scheme for tokens in thisroyalties_schedule
- defacto royalties plan for secondary sales, this will apply to all tokens in the collection by defaultcross_chain_compatibility
- Is this collection XLS-20 compatible. Note, if enabled, the metadata_scheme will be immutablecollection_id
- the collection to mint tokens inquantity
- how many tokens to minttoken_owner
- the token owner, defaults to the caller if unspecified Caller must be the collection ownercollection_id
- The collection to set the utility flags for
utility_flags
- An object containing the utility flags.
token_id
- The token id (collection_id, serial_number) to set the flags fortransferable
- Whether the token should be transferablecollection_id
- The collection id to create the issuance for
quantity
- The number of tokens to issue
token_owner
- Account id of the token owner
burn_authority
- The token burn authority. This value will dictate which
account is allowed to burn the token, and cannot be altered post-issuance.
collection_id
- The collection id the issuance is forissuance_id
- The issuance id. An issuance id is created and emitted
when a soulbound token is issued. All pending issuances for an account
can be retrieved by querying the collection’s pending issuances.token_id
- The token id (collection_id, serial_number) to set data foradditional_data
- Optional additional data. Pass None
to remove existing datamint
followed by setAdditionalData
, but more efficient.
collection_id
- The collection to mint the token intoken_owner
- The token owner, defaults to the caller if unspecifiedadditional_data
- Additional data to store with the tokenownedTokens
tokenUri
collectionDetails