Delegation

The Delegation entity represents a record of a delegation transaction in the context of Casper Network Staking vs. Delegating process

Properties

The Delegation entity has the following properties:

Example

{
  "public_key": "01a0e7b7b2b1b2b3b4b5b6b7b8b9b0b1b2b3b4b5b6b7b8b9b0b1b2b3b4b5",
  "validator_public_key": "01a0e7b7b2b1b2b3b4b5b6b7b8b9b0b1b2b3b4b5b6b7b8b9b0b1b2b3b4b5",
  "stake": "1000000",
  "bonding_purse": "uref-550c01b27069f943c354364c49a496b5013ee5bdf61d8644e4f0712cf22410f1-000"
}

Optional properties

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

Relations

The Delegation entity has the following relations with other entities:

Endpoints

The Delegation entity has the following endpoints:

Relation endpoints

None

Last updated