Search Results for

    Show / Hide Table of Contents

    Interface IBlockTransaction

    Inherited Members
    ISignedTxn<Transaction>.Sig
    ISignedTxn<Transaction>.Msig
    ISignedTxn<Transaction>.Lsig
    ISignedTxn<Transaction>.Txn
    ISignedTxn<Transaction>.AuthAddr
    IUntypedTransaction.Header
    IUntypedTransaction.PaymentParams
    IUntypedTransaction.AssetConfigParams
    IUntypedTransaction.AssetTransferParams
    IUntypedTransaction.AssetFreezeParams
    IUntypedTransaction.AppCallParams
    IUntypedTransaction.KeyRegParams
    ITransactionHeader.Fee
    ITransactionHeader.FirstValidRound
    ITransactionHeader.GenesisHash
    ITransactionHeader.LastValidRound
    ITransactionHeader.Sender
    ITransactionHeader.TransactionType
    ITransactionHeader.GenesisId
    ITransactionHeader.Group
    ITransactionHeader.Lease
    ITransactionHeader.Note
    ITransactionHeader.RekeyTo
    IApplyData<AppliedSignedTxn>.ClosingAmount
    IApplyData<AppliedSignedTxn>.AssetClosingAmount
    IApplyData<AppliedSignedTxn>.SenderRewards
    IApplyData<AppliedSignedTxn>.ReceiverRewards
    IApplyData<AppliedSignedTxn>.CloseRewards
    IApplyData<AppliedSignedTxn>.EvalDelta
    IApplyData<AppliedSignedTxn>.ConfigAsset
    IApplyData<AppliedSignedTxn>.ApplicationId
    IAppEvalDelta<AppliedSignedTxn>.GlobalDelta
    IAppEvalDelta<AppliedSignedTxn>.LocalDeltas
    IAppEvalDelta<AppliedSignedTxn>.Logs
    IAppEvalDelta<AppliedSignedTxn>.InnerTxns
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBlockTransaction : IAppliedSignedTxn<AppliedSignedTxn>, ISignedTxn, ISignedTxn<Transaction>, IUntypedTransaction, ITransactionHeader, IApplyData<AppliedSignedTxn>, IAppEvalDelta<AppliedSignedTxn>, IEquatable<AppliedSignedTxn>

    Properties

    HasGenesisHash

    Declaration
    Optional<bool> HasGenesisHash { get; set; }
    Property Value
    Type Description
    Optional<Boolean>

    HasGenesisId

    Declaration
    Optional<bool> HasGenesisId { get; set; }
    Property Value
    Type Description
    Optional<Boolean>
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾