Class FungibleAsset
public record FungibleAsset : IEquatable<FungibleAsset>
- Inheritance
-
FungibleAsset
- Implements
- Inherited Members
- Extension Methods
Properties
Amount
public ulong Amount { get; init; }
Property Value
Asset
public string Asset { get; init; }