Interface IPaymentTxn
Inherited Members
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
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 |