Search Results for

    Show / Hide Table of Contents

    Class BlockQuery

    Rpc query to access block data

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

    Properties

    | Improve this Doc View Source

    Context

    Gets the query to the context associated with the block

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

    Hash

    Gets the query to the block hash

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

    Header

    Gets the query to the block header

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

    Helpers

    Gets the query to the helpers associated with the block

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

    LiveBlocks

    Gets the query to the list of the ancestors of the block which, if referred to as the branch in an operation header, are recent enough for that operation to be included in the current block

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

    Metadata

    Gets the query to the block metadata

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

    Operations

    Gets the query to the list of lists of operations in the block

    Declaration
    public RpcArray<RpcArray<RpcObject>> Operations { get; }
    Property Value
    Type Description
    RpcArray<RpcArray<RpcObject>>
    | Improve this Doc View Source

    OperationsHashes

    Gets the query to the list of lists of operations hashes in the block

    Declaration
    public RpcArray<RpcArray<RpcObject>> OperationsHashes { get; }
    Property Value
    Type Description
    RpcArray<RpcArray<RpcObject>>
    | Improve this Doc View Source

    Protocols

    Current and next protocol.

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

    Votes

    Gets the query to votes data associated with the block

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