Class HelpersQuery
RPC query to get helpers associated with a block
Inherited Members
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class HelpersQuery : RpcQuery
Properties
| Improve this Doc View SourceAttestationRights
Gets the query to the attestation rights
Declaration
public AttestationRightsQuery AttestationRights { get; }
Property Value
| Type | Description |
|---|---|
| AttestationRightsQuery |
BakingRights
Gets the query to the baking rights
Declaration
public BakingRightsQuery BakingRights { get; }
Property Value
| Type | Description |
|---|---|
| BakingRightsQuery |
ConsecutiveRoundZero
Returns the number of blocks consecutively baked at round zero.
Declaration
public RpcObject ConsecutiveRoundZero { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
CurrentLevel
Returns the level of the interrogated block.
Declaration
public RpcObject CurrentLevel { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
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 |
TotalBakingPower
Returns the total baking power for the current cycle.
Declaration
public RpcObject TotalBakingPower { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
Validators
Gets the query to validators
Declaration
public ValidatorsQuery Validators { get; }
Property Value
| Type | Description |
|---|---|
| ValidatorsQuery |