| Name | Type | Description | Notes |
|---|---|---|---|
| txHash | String | A P-Chain transaction hash. | |
| txType | String | ||
| blockTimestamp | BigDecimal | The block finality timestamp. | |
| blockNumber | String | ||
| blockHash | String | ||
| consumedUtxos | List<PChainConsumedUtxo> | A list of objects containing consumed UTXO info pertaining to a given transaction. | [optional] |
| emittedUtxos | List<PChainEmittedUtxo> | A list of objects containing emitted UTXO info pertaining to a given transaction. | [optional] |
| sourceChain | String | Source chain for an atomic transaction. | [optional] |
| destinationChain | String | Destination chain for an atomic transaction. | [optional] |
| value | List<PChainAsset> | A list of objects containing P-chain Asset ID and the amount of that Asset ID. | [optional] |
| amountBurned | List<PChainAsset> | A list of objects containing P-chain Asset ID and the amount of that Asset ID. | [optional] |
| amountStaked | List<PChainAsset> | A list of objects containing P-chain Asset ID and the amount of that Asset ID. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx | [optional] |
| startTimestamp | BigDecimal | Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx | [optional] |
| endTimestamp | BigDecimal | Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx | [optional] |
| delegationFeePercent | String | Present for AddValidatorTx, AddPermissionlessValidatorTx | [optional] |
| nodeId | String | Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx | [optional] |
| subnetId | String | Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx, CreateChainTx, CreateSubnetTx | [optional] |
| estimatedReward | String | Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx | [optional] |
| rewardTx | String | [optional] | |
| memo | String | [optional] | |
| stakingTxHash | String | Present for RewardValidatorTx | [optional] |