Search Results for

    Show / Hide Table of Contents

    Class TxRollupCommitment

    Inheritance
    System.Object
    TxRollupCommitment
    Namespace: Netezos.Forging.Models
    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad