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