Class TxRollupCommitment
Inheritance
System.Object
TxRollupCommitment
Assembly: Netezos.dll
Syntax
public class TxRollupCommitment : object
Properties
|
Improve this Doc
View Source
InboxMerkleRoot
Declaration
public string InboxMerkleRoot { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Messages
Declaration
public List<string> Messages { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Predecessor
Declaration
public string? Predecessor { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|