Skip to content

AssetConfigTxn

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / AssetConfigTxn

Interface: AssetConfigTxn

Defined in: packages/algo-ts/src/transactions.ts:159

Extends

Extended by

Properties

assetName

readonly assetName: bytes

Defined in: packages/algo-ts/src/transactions.ts:188

The asset name


clawback

readonly clawback: Account

Defined in: packages/algo-ts/src/transactions.ts:218

32 byte address


configAsset

readonly configAsset: Asset

Defined in: packages/algo-ts/src/transactions.ts:163

Asset ID in asset config transaction


createdAsset

createdAsset: Asset

Defined in: packages/algo-ts/src/transactions.ts:222

Asset ID allocated by the creation of an ASA


decimals

readonly decimals: uint64

Defined in: packages/algo-ts/src/transactions.ts:173

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


defaultFrozen

readonly defaultFrozen: boolean

Defined in: packages/algo-ts/src/transactions.ts:178

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


fee

readonly fee: uint64

Defined in: packages/algo-ts/src/transactions.ts:44

microalgos

Inherited from

TransactionBase.fee


firstValid

readonly firstValid: uint64

Defined in: packages/algo-ts/src/transactions.ts:49

round number

Inherited from

TransactionBase.firstValid


firstValidTime

readonly firstValidTime: uint64

Defined in: packages/algo-ts/src/transactions.ts:54

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

Inherited from

TransactionBase.firstValidTime


freeze

readonly freeze: Account

Defined in: packages/algo-ts/src/transactions.ts:213

32 byte address


groupIndex

readonly groupIndex: uint64

Defined in: packages/algo-ts/src/transactions.ts:80

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

Inherited from

TransactionBase.groupIndex


lastValid

readonly lastValid: uint64

Defined in: packages/algo-ts/src/transactions.ts:59

round number

Inherited from

TransactionBase.lastValid


lease

readonly lease: bytes

Defined in: packages/algo-ts/src/transactions.ts:69

32 byte lease value

Inherited from

TransactionBase.lease


manager

readonly manager: Account

Defined in: packages/algo-ts/src/transactions.ts:203

32 byte address


metadataHash

readonly metadataHash: bytes

Defined in: packages/algo-ts/src/transactions.ts:198

32 byte commitment to unspecified asset metadata


note

readonly note: bytes

Defined in: packages/algo-ts/src/transactions.ts:64

Any data up to 1024 bytes

Inherited from

TransactionBase.note


rekeyTo

readonly rekeyTo: Account

Defined in: packages/algo-ts/src/transactions.ts:90

32 byte Sender’s new AuthAddr

Inherited from

TransactionBase.rekeyTo


reserve

readonly reserve: Account

Defined in: packages/algo-ts/src/transactions.ts:208

32 byte address


sender

readonly sender: Account

Defined in: packages/algo-ts/src/transactions.ts:39

32 byte address

Inherited from

TransactionBase.sender


total

readonly total: uint64

Defined in: packages/algo-ts/src/transactions.ts:168

Total number of units of this asset created


txnId

readonly txnId: bytes

Defined in: packages/algo-ts/src/transactions.ts:85

The computed ID for this transaction. 32 bytes.

Inherited from

TransactionBase.txnId


type

readonly type: AssetConfig

Defined in: packages/algo-ts/src/transactions.ts:227

Transaction type as integer


typeBytes

readonly typeBytes: bytes

Defined in: packages/algo-ts/src/transactions.ts:74

Transaction type as bytes

Inherited from

TransactionBase.typeBytes


unitName

readonly unitName: bytes

Defined in: packages/algo-ts/src/transactions.ts:183

Unit name of the asset


url

readonly url: bytes

Defined in: packages/algo-ts/src/transactions.ts:193

URL