Transfer SRR Ownership By RevealHash
Executes blockchain transaction to transfer an ownership of an SRR to another Ethereum address.
Last updated
Was this helpful?
Executes blockchain transaction to transfer an ownership of an SRR to another Ethereum address.
Last updated
Was this helpful?
POST
<base_url>/startrail/api/v1/srr/{tokenId}/transferByReveal
POST
<base_url>/startrail/api/v1/srr/{contractAddress}/{tokenId}/transferByReveal
Please replace <base_url>
as explained .
Transfer SRR to a new owner providing a reveal hash, the hash of matches the commitment given in the approval stage.
tokenId*
String
Startrail Registry Record Token ID
contractAddress
String
The address of collection contract
revealHash*
String
The key generated on Port Dashboard in advance for future transfer
to*
String
Next owner's EOA address. Both lowercase and mixed case which is compatible with EIP55 are accepted
isIntermediary
Boolean
You need to have a Licensed User
You must pass the revealHash which you generated at
via Startrail-Sdk-Js in order to complate transfer