Asset Type Native
Represents the native asset of the Stellar network (Lumens/XLM).
This is a singleton object representing XLM, the native cryptocurrency of Stellar. Unlike issued assets, the native asset doesn't have a code or issuer.
Usage
val xlm = AssetTypeNative
println(xlm) // "native"Content copied to clipboard