Class Payment
Assembly: Algorand.dll
Syntax
public sealed class Payment : InnerTransaction
Constructors
|
Edit this page
View Source
Payment(AccountReference, ulong, AccountReference, ulong?, ulong?, ulong?, AccountReference, ulong?, byte[], byte[], byte[])
Declaration
public Payment(AccountReference receiver, ulong amount, AccountReference closeRemainderTo = null, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, ulong? txType = 0, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
Amount
Declaration
public ulong Amount { get; }
Property Value
|
Edit this page
View Source
CloseRemainderTo
Declaration
public byte[] CloseRemainderTo { get; }
Property Value
|
Edit this page
View Source
Receiver
Declaration
public byte[] Receiver { get; }
Property Value