Search Results for

    Show / Hide Table of Contents

    Interface IUntypedTransaction

    Inherited Members
    ITransactionHeader.Fee
    ITransactionHeader.FirstValidRound
    ITransactionHeader.GenesisHash
    ITransactionHeader.LastValidRound
    ITransactionHeader.Sender
    ITransactionHeader.TransactionType
    ITransactionHeader.GenesisId
    ITransactionHeader.Group
    ITransactionHeader.Lease
    ITransactionHeader.Note
    ITransactionHeader.RekeyTo
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IUntypedTransaction : ITransactionHeader

    Properties

    AppCallParams

    Params found in an application call transaction

    Declaration
    AppCallTxn.Params AppCallParams { get; set; }
    Property Value
    Type Description
    AppCallTxn.Params

    AssetConfigParams

    Params found in an asset configuration transaction

    Declaration
    AssetConfigTxn.Params AssetConfigParams { get; set; }
    Property Value
    Type Description
    AssetConfigTxn.Params

    AssetFreezeParams

    Params found in an asset freeze transaction

    Declaration
    AssetFreezeTxn.Params AssetFreezeParams { get; set; }
    Property Value
    Type Description
    AssetFreezeTxn.Params

    AssetTransferParams

    Params found in an asset transfer transaction

    Declaration
    AssetTransferTxn.Params AssetTransferParams { get; set; }
    Property Value
    Type Description
    AssetTransferTxn.Params

    Header

    Params common to all transactions

    Declaration
    TransactionHeader Header { get; set; }
    Property Value
    Type Description
    TransactionHeader

    KeyRegParams

    Params found in a key registration transaction

    Declaration
    KeyRegTxn.Params KeyRegParams { get; set; }
    Property Value
    Type Description
    KeyRegTxn.Params

    PaymentParams

    Params found in a payment transaction

    Declaration
    PaymentTxn.Params PaymentParams { get; set; }
    Property Value
    Type Description
    PaymentTxn.Params
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾