ShelleyTransactionBody class

Core of the Shelley transaction that is signed.

Available Extensions

Constructors

ShelleyTransactionBody({required List<ShelleyTransactionInput> inputs, required List<ShelleyTransactionOutput> outputs, required int fee, int? ttl, List<int>? metadataHash, int validityStartInterval = 0, List<ShelleyMultiAsset> mint = const []})
ShelleyTransactionBody.deserialize({required Map cMap})
factory

Properties

fee int
final
hashCode int
The hash code for this object.
no setterinherited
inputs List<ShelleyTransactionInput>
final
metadataHash List<int>?
final
mint List<ShelleyMultiAsset>
final
outputs List<ShelleyTransactionOutput>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttl int?
final
validityStartInterval int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCborMap({bool forJson = false}) → MapBuilder
toString() String
A string representation of this object.
inherited
update({List<ShelleyTransactionInput>? inputs, List<ShelleyTransactionOutput>? outputs, int? fee, int? ttl, List<int>? metadataHash, int? validityStartInterval, List<ShelleyMultiAsset>? mint}) ShelleyTransactionBody

Operators

operator ==(Object other) bool
The equality operator.
inherited