Create Collection
To know the methods calling to Startrail API from Startrail-Sdk-Js
createCollection()
createCollection()
Create a new SRR to a collection
Method parameters
startrailLUWContractAddress
string
The address of LicensedUserWallet(LUW) contract. Sets it when you want to execute transaction by the LUW contract address
name
string
Collection name
symbol
string
Collection symbol
salt
string
The salt used in collection creation can also serve as an identifier for querying your collection data.
Parameters Example
Returns
Promise
will be returned which resolves with a Response
object upon a successful confirmation. false
will be returned when user flow is cancelled in such a case that a user closes the popup modal.
If the confirmation fails, the Promise
will resolve with an {error} object that describes the failure.
Promise<Response | false>
The use of "txReceiptId" will soon be deprecated and removed.
Response
txReceiptId
string
ID to identify transaction details in Startrail-API DB.
tx
TxDetails
Refer TX for all possible data
TxDetails
contractAddress
string
The address of collection contract
salt
string
The salt used in collection creation can also serve as an identifier for querying your collection data.
Error
ErrorCustom Error
objects. Refer to the Error Catalogue for possible data.
Response Example
Last updated