Class TransactionContent
Inherited Members
Namespace: Netmavryk.Forging.Models
Assembly: Netmavryk.dll
Syntax
public class TransactionContent : ManagerOperationContent
Properties
| Improve this Doc View SourceAmount
Declaration
public long Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Destination
Declaration
public string Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Kind
Declaration
public override string Kind { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceParameters
Declaration
public Parameters Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Parameters |