Messages
near
social
Poke

near.social.set.poke

An account on near social poked another account.

Schema

FieldRequiredData typeExplanationExample
__typeYesstringAlways "near.social.set.poke"."near.social.set.poke"
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.poke",
  "senderId": "samvelraja.near",
  "receiverId": "near-dapps.near",
  "data": {
    "samvelraja.near": {
      "graph": [
        null
      ],
      "index": [
        null
      ]
    }
  }
}