Class TxRollupDispatchTicketsContent
Inheritance
System.Object
TxRollupDispatchTicketsContent
Assembly: Netezos.dll
Syntax
public class TxRollupDispatchTicketsContent : ManagerOperationContent
Properties
|
Improve this Doc
View Source
ContextHash
Declaration
public string ContextHash { 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
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MessageIndex
Declaration
public int MessageIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MessageResultPath
Declaration
public List<string> MessageResultPath { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Rollup
Declaration
public string Rollup { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TicketsInfo
Declaration
public List<TxRollupTicketsInfo> TicketsInfo { get; set; }
Property Value