Algorand TypeScript
    Preparing search index...

    Interface AssetConfigTxn

    A group transaction of type 'acfg'

    interface AssetConfigTxn {
        constructor: any;
        assetName: bytes;
        clawback: Account;
        configAsset: Asset;
        createdAsset: Asset;
        decimals: uint64;
        defaultFrozen: boolean;
        fee: uint64;
        firstValid: uint64;
        firstValidTime: uint64;
        freeze: Account;
        groupIndex: uint64;
        lastValid: uint64;
        lease: bytes;
        manager: Account;
        metadataHash: bytes;
        note: bytes;
        rekeyTo: Account;
        reserve: Account;
        sender: Account;
        total: uint64;
        txnId: bytes;
        type: AssetConfig;
        typeBytes: bytes;
        unitName: bytes;
        url: bytes;
    }
    Index

    Constructors

    constructor: any

    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

    microalgos

    firstValid: uint64

    round number

    firstValidTime: uint64

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

    freeze: Account

    32 byte address

    groupIndex: uint64

    Position of this transaction within an atomic group A stand-alone transaction is implicitly element 0 in a group of 1

    lastValid: uint64

    round number

    lease: bytes

    32 byte lease value

    manager: Account

    32 byte address

    metadataHash: bytes

    32 byte commitment to unspecified asset metadata

    note: bytes

    Any data up to 1024 bytes

    rekeyTo: Account

    32 byte Sender's new AuthAddr

    reserve: Account

    32 byte address

    sender: Account

    32 byte address

    total: uint64

    Total number of units of this asset created

    txnId: bytes

    The computed ID for this transaction. 32 bytes.

    Transaction type

    typeBytes: bytes

    Transaction type as bytes

    unitName: bytes

    Unit name of the asset

    url: bytes

    URL