SolanaTxMeta
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getErr() | object | Example: null | [optional] |
| getFee() | float | Example: 5000 | [optional] |
| getInnerInstructions() | object[] | Example: null | [optional] |
| getLogMessages() | string[] | Example: null | [optional] |
| getPostBalances() | float[] | Example: null | [optional] |
| getPostTokenBalances() | \Tatum\Model\TokenBalance[] | Example: null | [optional] |
| getPreBalances() | float[] | Example: null | [optional] |
| getPreTokenBalances() | \Tatum\Model\TokenBalance[] | Example: null | [optional] |
| getRewards() | object[] | Example: null | [optional] |
| getStatus() | \Tatum\Model\SolanaTxMetaStatus | Example: null | [optional] |