Class TxRollupRejectionContent
Inheritance
System.Object
TxRollupRejectionContent
Assembly: Netezos.dll
Syntax
public class TxRollupRejectionContent : ManagerOperationContent
Properties
|
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
Message
Declaration
public TxRollupRejectionMessage Message { get; set; }
Property Value
|
Improve this Doc
View Source
MessagePath
Declaration
public List<string> MessagePath { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
MessagePosition
Declaration
public long MessagePosition { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
MessageResultHash
Declaration
public string MessageResultHash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
PreviousMessageResult
Declaration
public TxRollupMessageResult PreviousMessageResult { get; set; }
Property Value
|
Improve this Doc
View Source
PreviousMessageResultPath
Declaration
public List<string> PreviousMessageResultPath { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Proof
Declaration
public JsonElement Proof { get; set; }
Property Value
Type |
Description |
JsonElement |
|
|
Improve this Doc
View Source
Rollup
Declaration
public string Rollup { get; set; }
Property Value
Type |
Description |
System.String |
|