Package org.stellar.sdk
Class AssetTypeCreditAlphaNum
java.lang.Object
org.stellar.sdk.Asset
org.stellar.sdk.AssetTypeCreditAlphaNum
- All Implemented Interfaces:
Comparable<Asset>
- Direct Known Subclasses:
AssetTypeCreditAlphaNum12
,AssetTypeCreditAlphaNum4
Base class for
AssetTypeCreditAlphaNum4
and AssetTypeCreditAlphaNum12
subclasses.- See Also:
-
Constructor Summary
ConstructorDescriptionAssetTypeCreditAlphaNum
(@NonNull String code, @NonNull String issuer) Creates a newAssetTypeCreditAlphaNum
instance. -
Method Summary
Methods inherited from class org.stellar.sdk.Asset
compareTo, create, create, createNativeAsset, createNonNativeAsset, fromXdr, getContractId, getType, toXdr
-
Constructor Details
-
AssetTypeCreditAlphaNum
Creates a newAssetTypeCreditAlphaNum
instance.- Parameters:
code
- Asset codeissuer
- Asset issuer
-
-
Method Details