Search Results for

    Show / Hide Table of Contents

    Class ContextQuery

    Rpc query to access context data

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

    Properties

    | Improve this Doc View Source

    AdaptiveIssuanceLaunch

    Gets the query to get the cycle at which the launch of the Adaptive Issuance feature is set to happen. A result of None means that the feature is not yet set to launch.

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

    BigMaps

    Gets the query to big maps.

    Declaration
    public RpcSimpleArray<RpcSimpleDictionary<string, BigMapsQuery>> BigMaps { get; }
    Property Value
    Type Description
    RpcSimpleArray<RpcSimpleDictionary<System.String, BigMapsQuery>>
    | Improve this Doc View Source

    Constants

    Gets the query to the protocol's constants

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

    Contracts

    Gets the query to all existing contracts (including non-empty default contracts)

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

    Dal

    Gets the query to Data-Availability Layer

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

    Delegates

    Gets the query to all registered delegates

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

    Issuance

    Gets the query to the issuance data

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

    Nonces

    Gets the query to the info about the nonce of a previous block

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

    Protocol

    Gets the query to the protocol.

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

    Raw

    Gets the query to the raw context data

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

    Seed

    Gets the query to the seed data

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

    SmartRollups

    Gets the query to the smart rollup data

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

    TotalCurrentlyStaked

    Returns the amount of staked tez by delegates, delegators or overstaked.

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

    TotalFrozenStake

    Returns the total stake (in mutez) frozen on the chain.

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

    TotalSupply

    Returns the total supply (in mutez) available on the chain.

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