Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 710 Bytes

File metadata and controls

10 lines (6 loc) · 710 Bytes

Rosetta.OperationStatus

Properties

Name Type Description Notes
status String The status is the network-specific status of the operation.
successful Boolean An Operation is considered successful if the Operation.Amount should affect the Operation.Account. Some blockchains (like Bitcoin) only include successful operations in blocks but other blockchains (like Ethereum) include unsuccessful operations that incur a fee. To reconcile the computed balance from the stream of Operations, it is critical to understand which Operation.Status indicate an Operation is successful and should affect an Account.