Search Results for

    Show / Hide Table of Contents

    Class BlockHeaderQuery

    Rpc query to access block header data

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    RpcObjectRaw
    BlockHeaderQuery
    Inherited Members
    RpcObjectRaw.Raw
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class BlockHeaderQuery : RpcObjectRaw

    Properties

    | Improve this Doc View Source

    ProtocolData

    Gets the query to the protocol data

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

    Shell

    Gets the query to the shell data

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