Class ContextQuery
Rpc query to access context data
Inherited Members
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class ContextQuery : RpcQuery
Properties
| Improve this Doc View SourceAdaptiveIssuanceLaunch
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 |
BigMaps
Gets the query to big maps.
Declaration
public RpcSimpleArray<RpcSimpleDictionary<string, BigMapsQuery>> BigMaps { get; }
Property Value
Type | Description |
---|---|
RpcSimpleArray<RpcSimpleDictionary<System.String, BigMapsQuery>> |
Constants
Gets the query to the protocol's constants
Declaration
public ConstantsQuery Constants { get; }
Property Value
Type | Description |
---|---|
ConstantsQuery |
Contracts
Gets the query to all existing contracts (including non-empty default contracts)
Declaration
public ContractsQuery Contracts { get; }
Property Value
Type | Description |
---|---|
ContractsQuery |
Dal
Gets the query to Data-Availability Layer
Declaration
public DalQuery Dal { get; }
Property Value
Type | Description |
---|---|
DalQuery |
Delegates
Gets the query to all registered delegates
Declaration
public DelegatesQuery Delegates { get; }
Property Value
Type | Description |
---|---|
DelegatesQuery |
Issuance
Gets the query to the issuance data
Declaration
public IssuanceQuery Issuance { get; }
Property Value
Type | Description |
---|---|
IssuanceQuery |
Nonces
Gets the query to the info about the nonce of a previous block
Declaration
public NoncesQuery Nonces { get; }
Property Value
Type | Description |
---|---|
NoncesQuery |
Protocol
Gets the query to the protocol.
Declaration
public ProtocolQuery Protocol { get; }
Property Value
Type | Description |
---|---|
ProtocolQuery |
Raw
Gets the query to the raw context data
Declaration
public RawContextQuery Raw { get; }
Property Value
Type | Description |
---|---|
RawContextQuery |
Seed
Gets the query to the seed data
Declaration
public SeedQuery Seed { get; }
Property Value
Type | Description |
---|---|
SeedQuery |
SmartRollups
Gets the query to the smart rollup data
Declaration
public SmartRollupsQuery SmartRollups { get; }
Property Value
Type | Description |
---|---|
SmartRollupsQuery |
TotalCurrentlyStaked
Returns the amount of staked tez by delegates, delegators or overstaked.
Declaration
public RpcObject TotalCurrentlyStaked { get; }
Property Value
Type | Description |
---|---|
RpcObject |
TotalFrozenStake
Returns the total stake (in mutez) frozen on the chain.
Declaration
public RpcObject TotalFrozenStake { get; }
Property Value
Type | Description |
---|---|
RpcObject |
TotalSupply
Returns the total supply (in mutez) available on the chain.
Declaration
public RpcObject TotalSupply { get; }
Property Value
Type | Description |
---|---|
RpcObject |