DogeTx
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getHash() | string | Transaction hash. Example: 5f83d51c8d3054012cea3011fa626b85d89442788721afd60719ab1f9ab8f78a | [optional] |
| getSize() | float | Size of the transaction. Example: 145 | [optional] |
| getVsize() | float | Example: 145 | [optional] |
| getVersion() | float | Index of the transaction. Example: 2 | [optional] |
| getVin() | \Tatum\Model\DogeTxVinInner[] | List of transactions, from which assets are being sent. Example: null | [optional] |
| getVout() | \Tatum\Model\DogeTxVoutInner[] | List of recipient addresses and amounts to send to each of them. Example: null | [optional] |
| getLocktime() | float | Example: 1233222 | [optional] |