1 | package org.cardanofoundation.explorer.api.model.response.tx; | |
2 | ||
3 | import java.util.List; | |
4 | ||
5 | import lombok.Getter; | |
6 | import lombok.Setter; | |
7 | ||
8 | import org.cardanofoundation.explorer.api.projection.TxInstantaneousRewardsProjection; | |
9 | ||
10 | @Getter | |
11 | @Setter | |
12 | public class TxResponse { | |
13 | ||
14 |
1
1. getTx : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getTx → KILLED |
private TxInfoResponse tx; |
15 |
1
1. getSummary : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getSummary → SURVIVED |
private SummaryResponse summary; |
16 |
1
1. getUTxOs : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getUTxOs → SURVIVED |
private UTxOResponse uTxOs; |
17 |
1
1. getContracts : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getContracts → KILLED |
private List<ContractResponse> contracts; |
18 |
1
1. getCollaterals : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getCollaterals → SURVIVED |
private CollateralResponse collaterals; |
19 |
1
1. getNotes : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getNotes → SURVIVED |
private List<NoteResponse> notes; |
20 |
1
1. getWithdrawals : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getWithdrawals → SURVIVED |
private List<WithdrawalResponse> withdrawals; |
21 |
1
1. getDelegations : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getDelegations → SURVIVED |
private List<TxDelegationResponse> delegations; |
22 |
1
1. getMints : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getMints → SURVIVED |
private List<TxMintingResponse> mints; |
23 |
1
1. getStakeCertificates : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getStakeCertificates → SURVIVED |
private List<TxStakeCertificate> stakeCertificates; |
24 |
1
1. getPoolCertificates : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getPoolCertificates → SURVIVED |
private List<TxPoolCertificate> poolCertificates; |
25 |
1
1. getProtocols : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getProtocols → SURVIVED |
private ProtocolParamResponse protocols; |
26 |
1
1. getPreviousProtocols : replaced return value with null for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getPreviousProtocols → SURVIVED |
private ProtocolParamResponse previousProtocols; |
27 |
1
1. getInstantaneousRewards : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getInstantaneousRewards → SURVIVED |
private List<TxInstantaneousRewardsProjection> instantaneousRewards; |
28 |
1
1. getMetadataHash : replaced return value with "" for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getMetadataHash → SURVIVED |
private String metadataHash; |
29 |
1
1. getMetadata : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getMetadata → SURVIVED |
private List<TxMetadataResponse> metadata; |
30 |
1
1. getSignersInformation : replaced return value with Collections.emptyList for org/cardanofoundation/explorer/api/model/response/tx/TxResponse::getSignersInformation → SURVIVED |
private List<TxSignersResponse> signersInformation; |
31 | } | |
Mutations | ||
14 |
1.1 |
|
15 |
1.1 |
|
16 |
1.1 |
|
17 |
1.1 |
|
18 |
1.1 |
|
19 |
1.1 |
|
20 |
1.1 |
|
21 |
1.1 |
|
22 |
1.1 |
|
23 |
1.1 |
|
24 |
1.1 |
|
25 |
1.1 |
|
26 |
1.1 |
|
27 |
1.1 |
|
28 |
1.1 |
|
29 |
1.1 |
|
30 |
1.1 |