Class AssetFreezeTransaction
Inheritance
AssetFreezeTransaction
Assembly: Algorand.dll
Syntax
[MessagePackObject(false, AllowPrivate = true)]
public class AssetFreezeTransaction : Transaction, IReturnableTransaction
Properties
|
Edit this page
View Source
AssetFreezeId
Declaration
[JsonProperty("faid", Required = Required.Always)]
[Key("faid")]
[Required]
public ulong AssetFreezeId { get; set; }
Property Value
|
Edit this page
View Source
FreezeState
Declaration
[JsonProperty("afrz", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("afrz")]
public bool? FreezeState { get; set; }
Property Value
|
Edit this page
View Source
FreezeTarget
Declaration
[JsonProperty("fadd", Required = Required.Always)]
[Required]
[Key("fadd")]
public Address FreezeTarget { get; set; }
Property Value
|
Edit this page
View Source
type
Declaration
[JsonProperty(PropertyName = "type", Required = Required.Always)]
[Key("type")]
public string type { get; }
Property Value
Implements
Extension Methods