Search Results for

    Show / Hide Table of Contents

    Class TxRollupDispatchTicketsContent

    Inheritance
    System.Object
    OperationContent
    ManagerOperationContent
    TxRollupDispatchTicketsContent
    Inherited Members
    ManagerOperationContent.Source
    ManagerOperationContent.Fee
    ManagerOperationContent.Counter
    ManagerOperationContent.GasLimit
    ManagerOperationContent.StorageLimit
    Namespace: Netezos.Forging.Models
    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
    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

    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
    Type Description
    List<TxRollupTicketsInfo>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad