Class HelpersQuery
RPC query to get helpers associated with a block
Inherited Members
Namespace: Netmavryk.Rpc.Queries
Assembly: Netmavryk.dll
Syntax
public class HelpersQuery : RpcQuery
Properties
| Improve this Doc View SourceBakingRights
Gets the query to the baking rights
Declaration
public BakingRightsQuery BakingRights { get; }
Property Value
| Type | Description |
|---|---|
| BakingRightsQuery |
CurrentLevel
Returns the level of the interrogated block.
Declaration
public RpcObject CurrentLevel { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
EndorsingRights
Gets the query to the endorsing rights
Declaration
public EndorsingRightsQuery EndorsingRights { get; }
Property Value
| Type | Description |
|---|---|
| EndorsingRightsQuery |
Forge
Gets the query to the forging
Declaration
public ForgeQuery Forge { get; }
Property Value
| Type | Description |
|---|---|
| ForgeQuery |
LevelsInCurrentCycle
Levels of a cycle
Declaration
public RpcObject LevelsInCurrentCycle { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
Parse
Gets the query to the parsing
Declaration
public ParseQuery Parse { get; }
Property Value
| Type | Description |
|---|---|
| ParseQuery |
Preapply
Gets the query to the pre-applying
Declaration
public PreapplyQuery Preapply { get; }
Property Value
| Type | Description |
|---|---|
| PreapplyQuery |
Scripts
Gets the query to scripts
Declaration
public ScriptsQuery Scripts { get; }
Property Value
| Type | Description |
|---|---|
| ScriptsQuery |
Validators
Gets the query to validators
Declaration
public ValidatorsQuery Validators { get; }
Property Value
| Type | Description |
|---|---|
| ValidatorsQuery |