Class OriginationContent
Inheritance
System.Object
OriginationContent
Assembly: Netezos.dll
Syntax
public class OriginationContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
Balance
Declaration
public long Balance { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Delegate
Declaration
public string? Delegate { get; set; }
Property Value
Type |
Description |
System.Nullable<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
Script
Declaration
public Script Script { get; set; }
Property Value