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
int asset index uniquely specifying the asset
string representation of new asset manager Algorand address
string representation of new reserve Algorand address
string representation of new freeze manager Algorand address
string representation of new revocation manager Algorand address
boolean - throw an error if any of manager, reserve, freeze, or clawback are undefined. optional, defaults to true.
Optional rekeyTo: stringrekeyTo address, optional
Generated using TypeDoc
makeAssetConfigTxn can be issued by the asset manager to change the manager, reserve, freeze, or clawback you must respecify existing addresses to keep them the same; leaving a field blank is the same as turning that feature off for this asset
Deprecated
in version 2.0 this will change to use the "WithSuggestedParams" signature.