Class TransactionAssetFreeze
Inheritance
object
TransactionAssetFreeze
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class TransactionAssetFreeze
Properties
| Improve this Doc View SourceAddress
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
AssetId
Declaration
[JsonProperty("asset-id", Required = Required.Always)]
[Required]
public ulong AssetId { get; set; }
Property Value
Type | Description |
---|---|
ulong |
NewFreezeStatus
Declaration
[JsonProperty("new-freeze-status", Required = Required.Always)]
[Required]
public bool NewFreezeStatus { get; set; }
Property Value
Type | Description |
---|---|
bool |