Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

File metadata and controls

19 lines (14 loc) · 1.24 KB

StoreOnChainWalletsCreateOnChainTransaction200Response

Properties

Name Type Description Notes
transaction_hash Option<String> The transaction id [optional]
comment Option<String> A comment linked to the transaction [optional]
amount Option<String> The amount the wallet balance changed with this transaction [optional]
block_hash Option<String> The hash of the block that confirmed this transaction. Null if still unconfirmed. [optional]
block_height Option<String> The height of the block that confirmed this transaction. Null if still unconfirmed. [optional]
confirmations Option<String> The number of confirmations for this transaction [optional]
timestamp Option<f32> The time of the transaction [optional]
status Option<crate::models::TransactionStatus> [optional]
labels Option<Veccrate::models::LabelData> Labels linked to this transaction [optional]

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