Represents an asset on the Nash Exchange.
Generally, this is consumed in the form of Record<string, Asset> where string represents the asset's name. This interface represents the absolute minimum of properties needed for the Nash Protocol to function.
Record<string, Asset>
string
Represents the chain this asset uses, such as NEO or ETH.
Generated using TypeDoc
Represents an asset on the Nash Exchange.
Generally, this is consumed in the form of
Record<string, Asset>
wherestring
represents the asset's name. This interface represents the absolute minimum of properties needed for the Nash Protocol to function.