Update Metadata
To know the methods calling to Startrail API from Startrail-Sdk-Js
updateMetadata()
updateMetadata()
Update the metadata in the SRR.
Method parameters
Variable | Type | Description |
---|---|---|
|
| The address of LicensedUserWallet(LUW) contract. |
|
| The address of collection contract. Sets it when you want to associate collection contract address with the SRR. |
|
| Startrail Registry Record Token ID |
|
| Refer to the Startrail Registry (SRR) data schema for all possible 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
Variable | Type | Description |
---|---|---|
|
| ID to identify transaction details in Startrail-API DB. |
|
| Transaction details |
TxDetails
Variable | Type | Description |
---|---|---|
|
| The address of collection contract associated to the SRR |
|
| A calculated metadataCID |
|
| A calculated tokenId |
Error
Custom Error
objects. Refer to the Error Catalogue for possible data.
Response Example
Last updated