Messages
near
social
Like

near.social.set.like

An account on near social liked a post.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "near.social.set.like"."near.social.set.like"
blockchainYesstringThe blockchain this transaction was executed on. This field will have one of the values in the ID column where the Ecosystem column's value is Near."near"
txHashYesstringThe transaction's hash."2AhNGN5fnuGfP1K1xcgqAz2dKAE9Xns9RWY7HKsFbBka"
isSuccessfulYesbooleanWhether the transaction succeeded or failed.true
senderIdYesstringNear address of the sendersamvelraja.near
receiverIdYesstringNear address of the receiver."near-dapps.near"
dataYesstringdata.{ 'samvelraja.near': { graph: [Object], index: [Object] } }

Example

{
  "blockchain": "near",
  "txHash": "2AhNGN5fnuGfP1K1xcgqAz2dKAE9Xns9RWY7HKsFbBka",
  "isSuccessful": true,
  "__type": "near.social.set.like",
  "senderId": "samvelraja.near",
  "receiverId": "near-dapps.near",
  "data": {
    "samvelraja.near": {
      "graph": [
        null
      ],
      "index": [
        null
      ]
    }
  }
}