Search Results for

    Show / Hide Table of Contents

    Interface ISignedTxn<TTxn>

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISignedTxn<TTxn>
        where TTxn : ITransaction, IEquatable<TTxn>
    Type Parameters
    Name Description
    TTxn

    Properties

    AuthAddr

    The signer of the transaction if this account was rekeyed.

    Declaration
    Address AuthAddr { get; set; }
    Property Value
    Type Description
    Address

    Lsig

    The logic sig used to sign the transaction if there was one.

    Declaration
    LogicSig Lsig { get; set; }
    Property Value
    Type Description
    LogicSig

    Msig

    The multi-signature used to sign the transaction if there was one.

    Declaration
    MultisigSig Msig { get; set; }
    Property Value
    Type Description
    MultisigSig

    Sig

    The signature used to sign the transaction if there was one.

    Declaration
    Sig Sig { get; set; }
    Property Value
    Type Description
    Sig

    Txn

    The transaction signed.

    Declaration
    TTxn Txn { get; set; }
    Property Value
    Type Description
    TTxn
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾