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