Class TransactionContent
Inheritance
System.Object
TransactionContent
Assembly: Netezos.dll
Syntax
public class TransactionContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
Amount
Declaration
public long Amount { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Destination
Declaration
public string Destination { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Kind
Declaration
public override string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Parameters
Declaration
public Parameters Parameters { get; set; }
Property Value