Search Results for

    Show / Hide Table of Contents

    Struct TxLease

    Namespace: Algorand.Unity.Algod
    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
    Type Description
    UInt64

    Lease

    Lease data

    Declaration
    [AlgoApiField("lease")]
    public byte[] Lease { get; set; }
    Property Value
    Type Description
    Byte[]

    Sender

    Address of the lease sender

    Declaration
    [AlgoApiField("sender")]
    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
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾