Class ContextQuery
Rpc query to access context data
Inherited Members
Namespace: Netmavryk.Rpc.Queries
Assembly: Netmavryk.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 |
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 |
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 |
TotalFrozenStake
Returns the total stake (in mumav) frozen on the chain.
Declaration
public RpcObject TotalFrozenStake { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
TotalSupply
Returns the total supply (in mumav) available on the chain.
Declaration
public RpcObject TotalSupply { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |