string representation of Algorand address of sender
integer fee per byte, in microAlgos. for a flat fee, overwrite the fee property on the returned object If the final calculated fee is lower than the protocol minimum fee, the fee will be increased to match the minimum.
integer first protocol round on which this txn is valid
integer last protocol round on which this txn is valid
uint8array of arbitrary data for sender to store
string specifies hash genesis block of network in use
string specifies genesis ID of network in use
integer total supply of the asset
integer number of decimals for asset unit calculation
boolean whether asset accounts should default to being frozen
string representation of Algorand address in charge of reserve, freeze, clawback, destruction, etc
string representation of Algorand address representing asset reserve
string representation of Algorand address with power to freeze/unfreeze asset holdings
string representation of Algorand address with power to revoke asset holdings
string units name for this asset
string name for this asset
string URL relating to this asset
Optional assetMetadataHash: string | Uint8ArrayUint8Array or UTF-8 string representation of a hash commitment with respect to the asset. Must be exactly 32 bytes long.
Optional rekeyTo: stringrekeyTo address, optional
Generated using TypeDoc
makeAssetCreateTxn takes asset creation arguments and returns a Transaction object for creating that asset
Deprecated
in version 2.0 this will change to use the "WithSuggestedParams" signature.