Struct TransactionAssetConfig
Namespace: Algorand.Unity.Indexer
Assembly: cs.temp.dll.dll
Syntax
public struct TransactionAssetConfig : IEquatable<TransactionAssetConfig>
Properties
AssetId
[xaid] ID of the asset being configured or empty if creating.
Declaration
public Optional<ulong> AssetId { get; set; }
Property Value
Type | Description |
---|---|
Optional<UInt64> |
Params
Declaration
public AssetParams Params { get; set; }
Property Value
Type | Description |
---|---|
AssetParams |
Methods
Equals(TransactionAssetConfig)
Declaration
public bool Equals(TransactionAssetConfig other)
Parameters
Type | Name | Description |
---|---|---|
TransactionAssetConfig | other |
Returns
Type | Description |
---|---|
Boolean |