Class InnerTransaction
Inheritance
InnerTransaction
Assembly: Algorand.dll
Syntax
public abstract class InnerTransaction
Constructors
|
Edit this page
View Source
InnerTransaction()
Declaration
protected InnerTransaction()
|
Edit this page
View Source
InnerTransaction(string, ulong?, ulong?, ulong?, AccountReference, byte[], byte[], byte[])
Declaration
public InnerTransaction(string txType, ulong? fee = 0, ulong? firstValid = 0, ulong? lastValid = 0, AccountReference sender = null, byte[] lease = null, byte[] note = null, byte[] rekeyTo = null)
Parameters
Properties
|
Edit this page
View Source
Fee
Declaration
public ulong Fee { get; }
Property Value
|
Edit this page
View Source
FirstValid
Declaration
public ulong FirstValid { get; }
Property Value
|
Edit this page
View Source
GroupIndex
Declaration
public ulong GroupIndex { get; }
Property Value
|
Edit this page
View Source
LastValid
Declaration
public ulong LastValid { get; }
Property Value
|
Edit this page
View Source
Lease
Declaration
public byte[] Lease { get; }
Property Value
|
Edit this page
View Source
Note
Declaration
public byte[] Note { get; }
Property Value
|
Edit this page
View Source
RekeyTo
Declaration
public byte[] RekeyTo { get; }
Property Value
|
Edit this page
View Source
Sender
Declaration
public byte[] Sender { get; }
Property Value
|
Edit this page
View Source
TxID
Declaration
public byte[] TxID { get; }
Property Value
|
Edit this page
View Source
TxType
Declaration
public string TxType { get; }
Property Value