Issuer Configuration Solana
Token Negotiator issuer configuration Solana
Parameters to create a configuration for Solana non-fungible token collections.
onChain
boolean
defines if the collection is on or off chain. Set this value to true.
true | false
collectionID
string
a unique string identifier for your usage (this will be the name space your tokens are kept)
string
blockchain
string
defines the blockchain (refer to supported Chains page)
string
chain
string
the network of the blockchain (refer to supported Chains page)
string
collectionAddress
string
token collection address
string
updateAuthority
string
update authority address
string
tokenProgram
string
token program utilised by the collection
string
symbol
string
token collection Symbol
string
Non Fungible Token example issuer configuration:
Tip 💡
To verify Smart Contract information use Solana Blockchain Explorer websites which include:
Last updated