Class ManagerOperationContent
Inheritance
System.Object
ManagerOperationContent
Assembly: Netezos.dll
Syntax
public abstract class ManagerOperationContent : OperationContent
Properties
|
Improve this Doc
View Source
Counter
Declaration
public int Counter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Fee
Declaration
public long Fee { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
GasLimit
Declaration
public int GasLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StorageLimit
Declaration
public int StorageLimit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|