Struct TransactionAssetFreeze
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TransactionAssetFreeze : IEquatable<TransactionAssetFreeze>
Properties
Address
[fadd] Address of the account whose asset is being frozen or thawed.
Declaration
[AlgoApiField("address")]
public string Address { get; set; }
Property Value
AssetId
[faid] ID of the asset being frozen or thawed.
Declaration
[AlgoApiField("asset-id")]
public ulong AssetId { get; set; }
Property Value
NewFreezeStatus
[afrz] The new freeze status.
Declaration
[AlgoApiField("new-freeze-status")]
public bool NewFreezeStatus { get; set; }
Property Value
Methods
Equals(TransactionAssetFreeze)
Declaration
public bool Equals(TransactionAssetFreeze other)
Parameters
Returns