Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.46 KB

DrainDelegateOperation.md

File metadata and controls

20 lines (17 loc) · 1.46 KB

# DrainDelegateOperation

Properties

Name Type Description Notes
type string Type of the operation, `drain_delegate` [optional]
id int Unique ID of the operation, stored in the TzKT indexer database [optional]
level int The height of the block from the genesis block, in which the operation was included [optional]
timestamp \DateTime Datetime of the block, in which the operation was included (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
block string Hash of the block, in which the operation was included [optional]
hash string Hash of the operation [optional]
delegate OneOfAlias Information about the drained delegate [optional]
target OneOfAlias Information about the recipient account [optional]
amount int Amount sent from the drained baker to the target [optional]
fee int Amount sent from the drained baker to the block baker [optional]
allocation_fee int The amount of funds burned from the drained baker for account creation (micro tez) [optional]
quote OneOfQuoteShort Injected historical quote at the time of operation [optional]

[Back to Model list] [Back to API list] [Back to README]