Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.33 KB

File metadata and controls

15 lines (11 loc) · 1.33 KB

Rosetta.Operation

Properties

Name Type Description Notes
operationIdentifier OperationIdentifier
relatedOperations [OperationIdentifier] Restrict referenced related_operations to identifier indexes < the current operation_identifier.index. This ensures there exists a clear DAG-structure of relations. Since operations are one-sided, one could imagine relating operations in a single transfer or linking operations in a call tree. [optional]
type String The network-specific type of the operation. Ensure that any type that can be returned here is also specified in the NetowrkStatus. This can be very useful to downstream consumers that parse all block data.
status String The network-specific status of the operation. Status is not defined on the transaction object because blockchains with smart contracts may have transactions that partially apply. Blockchains with atomic transactions (all operations succeed or all operations fail) will have the same status for each operation.
account AccountIdentifier [optional]
amount Amount [optional]
metadata Object [optional]