Avalanche SDK Client
    Preparing search index...

    Type Alias GetAssetDescriptionReturnType

    The return type for the avm.getAssetDescription method.

    type GetAssetDescriptionReturnType = {
        assetID: string;
        denomination: number;
        name: string;
        symbol: string;
    }
    Index

    Properties

    assetID: string

    The asset ID.

    denomination: number

    The denomination of the asset.

    name: string

    The name of the asset.

    symbol: string

    The symbol of the asset.