Struct TxLease
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
public struct TxLease : IEquatable<TxLease>
Properties
Expiration
Round that the lease expires
Declaration
public ulong Expiration { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Lease
Lease data
Declaration
public byte[] Lease { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
Sender
Address of the lease sender
Declaration
public string Sender { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Equals(TxLease)
Declaration
public bool Equals(TxLease other)
Parameters
Type | Name | Description |
---|---|---|
TxLease | other |
Returns
Type | Description |
---|---|
Boolean |