TransactionDetails
Jump to navigation
Jump to search
Fields
Name | Description | Format |
---|---|---|
hash | Transaction hash | Hash |
size | Size of transaction in bytes | uint64 |
fee | Network fee | uint64 |
totalInputsAmount | Total amount of inputs | uint64 |
totalOutputsAmount | Total amount in outputs | uint64 |
mixin | Mixin | uint64 |
unlockTime | Unlock time | uint64 |
timestamp | Time stamp of transaction | uint64 |
paymentId | Payment ID | Hash |
hasPaymentId | Does transaction have payment ID | bool |
inBlockchain | Is transaction added in blockchain | bool |
blockHash | Block hash of block containing the transaction | Hash |
blockIndex | Block index of block containing the transaction | uint32 |
extra | Transaction extra | struct |
signatures | List of signatures | array |
inputs | List of inputs | array |
outputs | List of outputs | array |