Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.42 KB

Transaction.md

File metadata and controls

20 lines (16 loc) · 1.42 KB

Transaction

Properties

Name Type Description Notes
TxId string The transaction ID for this transaction. [optional]
CreatedAt string The timestamp for this transaction. Sent in ISO 8601 Format. For example: `YYYY-MM-DDThh:mm:ssZ` [optional]
FctTotalInputs string The number of factoids coming in from the sender. [optional]
FctTotalOutputs string The number of factoids going out to the receiver. [optional]
EcCreated string The number of entry credits that have been purchased in this transaction. [optional]
EcRate string The price of an entry credit at the time of this transaction. [optional]
FctFee string The fee paid to the processor of this transaction. [optional]
Dblock string A link to the directory block that contains this transaction. [optional]
Fblock string A link to the factoid block that contains this transaction. [optional]
Inputs string All of the input transactions for this transaction. [optional]
Outputs string All of the output transactions for this transaction. [optional]

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