AdaTx
Model getters
Method name | Return type | Description | Notes |
---|---|---|---|
getHash() | string | Transaction hash. Example: 5f83d51c8d3054012cea3011fa626b85d89442788721afd60719ab1f9ab8f78a | [optional] |
getFee() | string | Fee paid for this transaction, in ADA. Example: 0.00001682 | [optional] |
getBlock() | \Tatum\Model\AdaTxBlock | Example: null | [optional] |
getInputs() | \Tatum\Model\AdaTxInputsInner[] | List of transactions, from which assets are being sent. Example: null | [optional] |
getOutputs() | \Tatum\Model\AdaUTXO[] | List of recipient addresses and amounts to send to each of them. Example: null | [optional] |