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:
Property | Type | Description |
---|---|---|
|
| Public key of the delegator represented as a hexadecimal string |
|
| Public key of the validator represented as a hexadecimal string |
|
| Delegation amount in motes. The type is string to avoid overflow in languages that don't support uint64, which is the correct type. |
|
| URef of the purse from which the delegation was made in the |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the Delegation
entity:
Property | Type | Description |
---|---|---|
| Account info of delegator public key | |
| Account info of validator public key |
Relations
The Delegation
entity has the following relations with other entities:
Entity | Mapping property | Description |
---|---|---|
| Delegations are made by accounts | |
| Validators can be delegated to |
Endpoints
The Delegation
entity has the following endpoints:
Relation endpoints
None
Last updated