Search Results for

    Show / Hide Table of Contents

    Interface IPaymentTxn

    Inherited Members
    ITransaction.CopyTo(Transaction)
    ITransaction.CopyFrom(Transaction)
    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 IPaymentTxn : ITransaction, ITransactionHeader

    Properties

    Amount

    The total amount to be sent in microAlgos.

    Declaration
    MicroAlgos Amount { get; set; }
    Property Value
    Type Description
    MicroAlgos

    CloseRemainderTo

    When set, it indicates that the transaction is requesting that the account should be closed, and all remaining funds, after the and Amount are paid, be transferred to this address.

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

    Receiver

    The address of the account that receives the Amount.

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