SolanaBlock
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getBlockHeight() | float | Example: 94778421 | [optional] |
| getBlockTime() | float | Example: 1638279333 | [optional] |
| getBlockhash() | string | Example: Ch7qVhCkSqEvhWE8xzJZbJKRcsH6wtTjfiMJdt9eKiD7 | [optional] |
| getParentSlot() | float | Example: 97742681 | [optional] |
| getPreviousBlockhash() | string | Example: C3vsoVwVWx7yPRhsNoKpcm2CJTrnVcvimdC4bd3jTPbj | [optional] |
| getRewards() | \Tatum\Model\SolanaBlockReward[] | Example: null | [optional] |
| getTransactions() | \Tatum\Model\SolanaBlockTx[] | Example: null | [optional] |