1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/php/docs/Model/TransactionDetailsModel.md
Snider c67fda3cfb Add generated PHP client SDK for blockchain API
Introduces a new PHP client SDK generated via OpenAPI for the Lethean blockchain, including source code, models, API classes, documentation, tests, and configuration files. Updates Makefile to support PHP SDK generation and modifies php.json package configuration.
2025-10-19 15:09:11 +01:00

1,023 B
Generated

# TransactionDetailsModel

Properties

Name Type Description Notes
amount int [optional]
attachments \lthn\lthn\TransactionAttachmentModel[] [optional]
blob string [optional]
blob_size int [optional]
extra \lthn\lthn\TransactionExtraModel[] [optional]
fee int [optional]
id string [optional]
ins \lthn\lthn\TransactionInputModel[] [optional]
keeper_block int [optional]
object_in_json string [optional]
outs \lthn\lthn\TransactionOutputModel[] [optional]
pub_key string [optional]
timestamp int [optional]

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