TransactionRpcInfo
Jump to navigation
Jump to search
Fields
Name | Description | Format |
---|---|---|
state | State of the transaction | uint8 |
transactionHash | Transaction hash | string |
blockIndex | Index of the block containing the transaction | uint32 |
timestamp | Time stamp of the transaction | uint64 |
isBase | Is the transaction a coinbase transaction | bool |
unlockTime | Unlock time of the transaction | uint64 |
amount | Amount of the transaction | int64 |
fee | Network fee | uint64 |
transfers | List of transfers | array |
extra | Extra information for transaction | string |
paymentId | Payment ID for the transaction | string |