Search Results for

    Show / Hide Table of Contents

    Class TxRollupRejectionContent

    Inheritance
    System.Object
    OperationContent
    ManagerOperationContent
    TxRollupRejectionContent
    Inherited Members
    ManagerOperationContent.Source
    ManagerOperationContent.Fee
    ManagerOperationContent.Counter
    ManagerOperationContent.GasLimit
    ManagerOperationContent.StorageLimit
    Namespace: Netezos.Forging.Models
    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
    OperationContent.Kind
    | 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
    Type Description
    TxRollupRejectionMessage
    | 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
    Type Description
    TxRollupMessageResult
    | 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad