Algorand TypeScript Testing
    Preparing search index...

    Class AssetConfigTransaction

    Hierarchy

    Implements

    • AssetConfigTxn
    Index

    Properties

    assetName: bytes

    The asset name

    clawback: Account

    32 byte address

    configAsset: Asset

    Asset ID in asset config transaction

    createdAsset: Asset

    The asset created by this transaction

    decimals: uint64

    Number of digits to display after the decimal place when displaying the asset

    defaultFrozen: boolean

    Whether the asset's slots are frozen by default or not, 0 or 1

    fee: uint64
    firstValid: uint64
    firstValidTime: uint64
    freeze: Account

    32 byte address

    groupIndex: uint64
    lastValid: uint64
    lease: bytes<32>
    manager: Account

    32 byte address

    metadataHash: bytes<32>

    32 byte commitment to unspecified asset metadata

    note: bytes
    rekeyTo: Account
    reserve: Account

    32 byte address

    scratchSpace: (uint64 | bytes)[]
    sender: Account
    total: uint64

    Total number of units of this asset created

    txnId: bytes<32>
    type: AssetConfig = TransactionType.AssetConfig

    Transaction type

    typeBytes: bytes = ...

    Transaction type as bytes

    unitName: bytes

    Unit name of the asset

    url: bytes

    URL

    Methods