Ratings
Only those that count can rate you...
const txHash = await buyer.invoke(
txAssetContract,
"rate",
{
tokenId: toUint256WithFelts("0"),
rating: toUint256WithFelts("1")
},
{ maxFee: FEE}
)Last updated
Only those that count can rate you...
const txHash = await buyer.invoke(
txAssetContract,
"rate",
{
tokenId: toUint256WithFelts("0"),
rating: toUint256WithFelts("1")
},
{ maxFee: FEE}
)Last updated