AssetOrBuilder

interface AssetOrBuilder

Functions

Link copied to clipboard
abstract fun getAlphanum4(): String
Optional in case of non-native asset; the asset alphanum4 code.
string alphanum4 = 2;
Link copied to clipboard
abstract fun getAlphanum4Bytes(): ByteString
Optional in case of non-native asset; the asset alphanum4 code.
string alphanum4 = 2;
Link copied to clipboard
abstract fun getIssuer(): String
Optional in case of non-native asset; the asset issuer address
string issuer = 1;
Link copied to clipboard
abstract fun getIssuerBytes(): ByteString
Optional in case of non-native asset; the asset issuer address
string issuer = 1;

Inheritors

Link copied to clipboard