Class TxLease
Inheritance
object
TxLease
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
Assembly: Algorand.dll
Syntax
public class TxLease
Properties
| Improve this Doc View SourceExpiration
Declaration
[JsonProperty("expiration", Required = Required.Always)]
[Required]
public ulong Expiration { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Lease
Declaration
[JsonProperty("lease", Required = Required.Always)]
[Required]
public byte[] Lease { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Sender
Declaration
[JsonProperty("sender", Required = Required.Always)]
[Required]
public string Sender { get; set; }
Property Value
Type | Description |
---|---|
string |