Skip to content

AssetConfigTxn

Algorand TypeScript


Algorand TypeScript / gtxn / gtxn / AssetConfigTxn

Defined in: gtxn.ts:613

A group transaction of type ‘acfg’

readonly assetName: bytes

Defined in: gtxn.ts:244

The asset name


readonly clawback: Account

Defined in: gtxn.ts:268

32 byte address


readonly configAsset: Asset

Defined in: gtxn.ts:220

Asset ID in asset config transaction


readonly createdAsset: Asset

Defined in: gtxn.ts:224

The asset created by this transaction


readonly decimals: uint64

Defined in: gtxn.ts:232

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


readonly defaultFrozen: boolean

Defined in: gtxn.ts:236

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


readonly fee: uint64

Defined in: gtxn.ts:175

microalgos


readonly firstValid: uint64

Defined in: gtxn.ts:179

round number


readonly firstValidTime: uint64

Defined in: gtxn.ts:183

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


readonly freeze: Account

Defined in: gtxn.ts:264

32 byte address


readonly groupIndex: uint64

Defined in: gtxn.ts:208

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


readonly lastValid: uint64

Defined in: gtxn.ts:187

round number


readonly lease: bytes<32>

Defined in: gtxn.ts:195

32 byte lease value


readonly manager: Account

Defined in: gtxn.ts:256

32 byte address


readonly metadataHash: bytes<32>

Defined in: gtxn.ts:252

32 byte commitment to unspecified asset metadata


readonly note: bytes

Defined in: gtxn.ts:191

Any data up to 1024 bytes


readonly rekeyTo: Account

Defined in: gtxn.ts:216

32 byte Sender’s new AuthAddr


readonly reserve: Account

Defined in: gtxn.ts:260

32 byte address


readonly sender: Account

Defined in: gtxn.ts:171

32 byte address


readonly total: uint64

Defined in: gtxn.ts:228

Total number of units of this asset created


readonly txnId: bytes<32>

Defined in: gtxn.ts:212

The computed ID for this transaction. 32 bytes.


readonly type: AssetConfig

Defined in: gtxn.ts:203

Transaction type


readonly typeBytes: bytes

Defined in: gtxn.ts:199

Transaction type as bytes


readonly unitName: bytes

Defined in: gtxn.ts:240

Unit name of the asset


readonly url: bytes

Defined in: gtxn.ts:248

URL