sellingAsset property

Asset sellingAsset

Implementation

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