πfindDataWithValue
You can use this command to find data which has been saved block network.
const result = await Transaction.findDataWithValue(<address:Base58>, <key:string>, <value:string>, <skip:integer>, <limit:integer>)
return Transaction.findDataWithValue('PRTMQbunYS1CxSs5i59CrR4ot2WUThT9JvsKvLYDfwF','ratio','1.2',0,100);[
{"addedAssetID":"10007",
"addedLiq":"100",
"expireDate":"2024-01-20T10:49:58.396Z",
"ratio":"1.2"}
]Last updated