ADATransactionInfoResponse class
Constructors
-
ADATransactionInfoResponse({required String hash, required String block, required int blockHeight, required int blockTime, required int slot, required int index, required List<
ADAAmountResponse> outputAmount, required String fees, required String deposit, required int size, String? invalidBefore, String? invalidHereafter, required int utxoCount, required int withdrawalCount, required int mirCertCount, required int delegationCount, required int stakeCertCount, required int poolUpdateCount, required int poolRetireCount, required int assetMintOrBurnCount, required int redeemerCount, required bool validContract}) -
ADATransactionInfoResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetMintOrBurnCount → int
-
Count of asset mints and burns within the transaction
final
- block → String
-
Block hash
final
- blockHeight → int
-
Block number
final
- blockTime → int
-
Block creation time in UNIX time
final
- delegationCount → int
-
Count of the delegations within the transaction
final
- deposit → String
-
Deposit within the transaction in Lovelaces
final
- fees → String
-
Fees of the transaction in Lovelaces
final
- hash → String
-
Transaction hash
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
Transaction index within the block
final
- invalidBefore → String?
-
Left (included) endpoint of the timelock validity intervals
final
- invalidHereafter → String?
-
Right (excluded) endpoint of the timelock validity intervals
final
- mirCertCount → int
-
Count of the MIR certificates within the transaction
final
-
outputAmount
→ List<
ADAAmountResponse> -
Array of output amounts
final
- poolRetireCount → int
-
Count of the stake pool retirement certificates within the transaction
final
- poolUpdateCount → int
-
Count of the stake pool registration and update certificates within the transaction
final
- redeemerCount → int
-
Count of redeemers within the transaction
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Size of the transaction in Bytes
final
- slot → int
-
Slot number
final
- stakeCertCount → int
-
Count of the stake keys (de)registration within the transaction
final
- utxoCount → int
-
Count of UTXOs within the transaction
final
- validContract → bool
-
True if contract script passed validation
final
- withdrawalCount → int
-
Count of the withdrawals within the transaction
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited