ShelleyValue class

Can be a simple ADA amount using coin or a combination of ADA and Native Tokens and their amounts.

Constructors

ShelleyValue({required int coin, required List<ShelleyMultiAsset> multiAssets})
ShelleyValue.deserialize({required List cList})
factory

Properties

coin int
final
hashCode int
The hash code for this object.
no setterinherited
multiAssets List<ShelleyMultiAsset>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

multiAssetsToCborList({bool forJson = false}) → ListBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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