Transfer

The Transfer entity represents a successful native token (CSPR) transfer on the Casper network. Transfers are tracked from the WriteTransfer transforms found in the deploy execution results.

Properties

The Transfer entity has the following properties:

Example

{
  "amount": "999900000000",
  "deploy_hash": "00002856709bb267fefac532afa41fdb7b66af0521b344dd218f0386b725bcfc",
  "block_height": 2404577,
  "from_purse": "uref-1fba1ec9ab80f4df6d4dd2b9963fc0e8bcd3e3ae2479bd89133213398f463f8b-007",
  "id": 1674228372106,
  "initiator_account_hash": "d1e7f6267837c30c7e3356f049836b5db71ab10f023ddb00e6ab0bd960bf7e4d",
  "timestamp": "2023-01-20T15:26:34Z",
  "to_account_hash": "11f03518b71ba8ac0e6087d1a2b0a82a97de66f640ae77e661ce80e365196a24",
  "to_purse": "uref-6ccb3f9c96957eae5c0f2d4d1106926bcf5ab5a2690a3f07da9603d8236e3e26-004",
  "transform_key": "ab152ea01deca92473828fff439d6b8498397a7cceaff059e12d2aa2fe3f5ce5"
}

Optional properties

Depending on the endpoint some of the following optional properties may be included in the Transfer entity:

Relations

The Transfer entity has the following relations with other entities:

Endpoints

The Transfer entity has the following endpoints:

Relation endpoints

None

Last updated