NFT | Verification
Verify ownership of data NFTs
Verify data NFT

val chain= Chain.ROPSTEN
val factorycontractAddress= "0x13d474cc837549cd8106d6b945cf591a32a84e88"
val erc721contractAddress= "0x0310aC2748616Ce399Ba83051DdE35126807c4DE"
val account= "0xf31fc0d18a24c6ae4225a0d4eeb709ac0a18e993"
val propertyKey= "color"
val propertyValue="green"
val verififcationResult= VerificationService.dataNftVerification(chain, factorycontractAddress, erc721contractAddress, account, propertyKey,propertyValue)Last updated
Was this helpful?
