Algorand TypeScript
    Preparing search index...

    Interface AssetConfigFields

    interface AssetConfigFields {
        assetName?: string | bytes;
        clawback?: bytes | Account;
        configAsset?: uint64 | Asset;
        decimals?: uint64;
        defaultFrozen?: boolean;
        fee?: uint64;
        firstValid?: uint64;
        firstValidTime?: uint64;
        freeze?: bytes | Account;
        lastValid?: uint64;
        lease?: bytes;
        manager?: bytes | Account;
        metadataHash?: bytes;
        note?: string | bytes;
        rekeyTo?: bytes | Account;
        reserve?: bytes | Account;
        sender?: bytes | Account;
        total?: uint64;
        unitName?: string | bytes;
        url?: string | bytes;
    }
    Index

    Properties

    assetName?: string | bytes

    The asset name

    clawback?: bytes | Account

    32 byte address

    configAsset?: uint64 | Asset

    Asset ID in asset config 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

    microalgos

    firstValid?: uint64

    round number

    firstValidTime?: uint64

    UNIX timestamp of block before txn.FirstValid. Fails if negative

    freeze?: bytes | Account

    32 byte address

    lastValid?: uint64

    round number

    lease?: bytes

    32 byte lease value

    manager?: bytes | Account

    32 byte address

    metadataHash?: bytes

    32 byte commitment to unspecified asset metadata

    note?: string | bytes

    Any data up to 1024 bytes

    rekeyTo?: bytes | Account

    32 byte Sender's new AuthAddr

    reserve?: bytes | Account

    32 byte address

    sender?: bytes | Account

    32 byte address

    total?: uint64

    Total number of units of this asset created

    unitName?: string | bytes

    Unit name of the asset

    url?: string | bytes

    URL