Class TxLease
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class TxLease
Properties
|
Edit this page
View Source
Expiration
Declaration
[JsonProperty("expiration", Required = Required.Always)]
[Key("expiration")]
[Required]
public ulong Expiration { get; set; }
Property Value
|
Edit this page
View Source
Lease
Declaration
[JsonProperty("lease", Required = Required.Always)]
[Key("lease")]
[Required]
public byte[] Lease { get; set; }
Property Value
|
Edit this page
View Source
Sender
Declaration
[JsonProperty("sender", Required = Required.Always)]
[Key("sender")]
[Required]
public string Sender { get; set; }
Property Value