Search Results for

    Show / Hide Table of Contents

    Class PreapplyQuery

    RPC query to get pre-applying helpers associated with a block

    Inheritance
    System.Object
    RpcQuery
    PreapplyQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class PreapplyQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    Block

    Gets the query to the block pre-applying

    Declaration
    public PreapplyBlockQuery Block { get; }
    Property Value
    Type Description
    PreapplyBlockQuery
    | Improve this Doc View Source

    Operations

    Gets the query to the operations pre-applying

    Declaration
    public PreapplyOperationQuery Operations { get; }
    Property Value
    Type Description
    PreapplyOperationQuery
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad