sellingAsset property

Asset sellingAsset

Implementation

Asset get sellingAsset {
  if (sellingAssetType == "native") {
    return new AssetTypeNative();
  } else {
    return Asset.createNonNativeAsset(sellingAssetCode, sellingAssetIssuer);
  }
}