Class AssetFreezeTransaction
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
public class AssetFreezeTransaction : Transaction, IReturnableTransaction
Properties
| Improve this Doc View SourceAssetFreezeId
Declaration
[JsonProperty("faid", Required = Required.Always)]
[Required]
public ulong AssetFreezeId { get; set; }
Property Value
Type | Description |
---|---|
ulong |
FreezeState
Declaration
[JsonProperty("afrz", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? FreezeState { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreezeTarget
Declaration
[JsonProperty("fadd", Required = Required.Always)]
[Required]
public Address FreezeTarget { get; set; }
Property Value
Type | Description |
---|---|
Address |
type
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
public string type { get; }
Property Value
Type | Description |
---|---|
string |