Struct TxLease
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct TxLease : IEquatable<TxLease>
Properties
Expiration
Round that the lease expires
Declaration
[AlgoApiField("expiration")]
public ulong Expiration { get; set; }
Property Value
Lease
Declaration
[AlgoApiField("lease")]
public byte[] Lease { get; set; }
Property Value
Sender
Address of the lease sender
Declaration
[AlgoApiField("sender")]
public string Sender { get; set; }
Property Value
Methods
Equals(TxLease)
Declaration
public bool Equals(TxLease other)
Parameters
Type |
Name |
Description |
TxLease |
other |
|
Returns