TokenAmountOrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): ByteString
The amount (uint256, serialized little endian)
bytes amount = 3;
Link copied to clipboard
abstract fun getAssetName(): String
The name of the asset (within the policy)
string asset_name = 2;
Link copied to clipboard
abstract fun getAssetNameBytes(): ByteString
The name of the asset (within the policy)
string asset_name = 2;
Link copied to clipboard
abstract fun getPolicyId(): String
Policy ID of the token, as hex string (28x2 digits)
string policy_id = 1;
Link copied to clipboard
abstract fun getPolicyIdBytes(): ByteString
Policy ID of the token, as hex string (28x2 digits)
string policy_id = 1;

Inheritors

Link copied to clipboard