Refers to the specific block the transaction was mined in.
| Name | Type | Description | Notes |
|---|---|---|---|
| height | int | Defines the number of blocks in the blockchain preceding this specific block. | |
| hash | str | Represents the hash of the block's header, i.e. an output that has a fixed length. | |
| timestamp | int | Defines the exact date/time when this transaction was mined in seconds since Unix Epoch time. | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |