Class AssetConfiguration
Inheritance
AssetConfiguration
Assembly: Algorand.dll
Syntax
public sealed class AssetConfiguration : InnerTransaction
Constructors
|
Edit this page
View Source
AssetConfiguration(ulong, ulong?, uint?, bool?, byte[], byte[], byte[], byte[], AccountReference, AccountReference, AccountReference, AccountReference, ulong?, ulong?, ulong?, AccountReference, ulong?, byte[], byte[], byte[])
Declaration
public AssetConfiguration(ulong configAsset, ulong? configAssetTotal = 0, uint? configAssetDecimals = 0, bool? configAssetDefaultFrozen = null, byte[] configAssetUnitName = null, byte[] configAssetName = null, byte[] configAssetURL = null, byte[] configAssetMetadataHash = null, AccountReference configAssetManager = null, AccountReference configAssetReserve = null, AccountReference configAssetFreeze = null, AccountReference configAssetClawback = null, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, ulong? txType = 0, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
ConfigAsset
Declaration
public ulong ConfigAsset { get; }
Property Value
|
Edit this page
View Source
ConfigAssetClawback
Declaration
public byte[] ConfigAssetClawback { get; }
Property Value
|
Edit this page
View Source
ConfigAssetDecimals
Declaration
public uint ConfigAssetDecimals { get; }
Property Value
|
Edit this page
View Source
ConfigAssetDefaultFrozen
Declaration
public bool ConfigAssetDefaultFrozen { get; }
Property Value
|
Edit this page
View Source
ConfigAssetFreeze
Declaration
public byte[] ConfigAssetFreeze { get; }
Property Value
|
Edit this page
View Source
ConfigAssetManager
Declaration
public byte[] ConfigAssetManager { get; }
Property Value
|
Edit this page
View Source
Declaration
public byte[] ConfigAssetMetadataHash { get; }
Property Value
|
Edit this page
View Source
ConfigAssetName
Declaration
public byte[] ConfigAssetName { get; }
Property Value
|
Edit this page
View Source
ConfigAssetReserve
Declaration
public byte[] ConfigAssetReserve { get; }
Property Value
|
Edit this page
View Source
ConfigAssetTotal
Declaration
public ulong ConfigAssetTotal { get; }
Property Value
|
Edit this page
View Source
ConfigAssetURL
Declaration
public byte[] ConfigAssetURL { get; }
Property Value
|
Edit this page
View Source
ConfigAssetUnitName
Declaration
public byte[] ConfigAssetUnitName { get; }
Property Value