Token Amount
Represents a token and an amount. Token is identified by PolicyID and name.
Content copied to clipboard
TW.Cardano.Proto.TokenAmount
Types
Functions
Link copied to clipboard
The name of the asset (within the policy)
Content copied to clipboard
string asset_name = 2;
Link copied to clipboard
The name of the asset (within the policy)
Content copied to clipboard
string asset_name = 2;
Link copied to clipboard
Link copied to clipboard
Policy ID of the token, as hex string (28x2 digits)
Content copied to clipboard
string policy_id = 1;
Link copied to clipboard
Policy ID of the token, as hex string (28x2 digits)
Content copied to clipboard
string policy_id = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TokenAmount
Link copied to clipboard