ADAMempoolTransactionResponse class
Constructors
-
ADAMempoolTransactionResponse({required String hash, required List<
Map< 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, required List<String, dynamic> >ADAInput> inputs, required List<ADAOutput> outputs, List<ADARedeemer> ? redeemers}) -
ADAMempoolTransactionResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetMintOrBurnCount → int
-
final
- delegationCount → int
-
final
- deposit → String
-
final
- fees → String
-
final
- hash → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputs
→ List<
ADAInput> -
final
- invalidBefore → String?
-
final
- invalidHereafter → String?
-
final
- mirCertCount → int
-
final
-
outputAmount
→ List<
Map< String, dynamic> > -
final
-
outputs
→ List<
ADAOutput> -
final
- poolRetireCount → int
-
final
- poolUpdateCount → int
-
final
- redeemerCount → int
-
final
-
redeemers
→ List<
ADARedeemer> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
final
- stakeCertCount → int
-
final
- utxoCount → int
-
final
- validContract → bool
-
final
- withdrawalCount → int
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited