Class IssuanceQuery
Rpc query to access issuance data
Inherited Members
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class IssuanceQuery : RpcQuery
Properties
| Improve this Doc View SourceCurrentYearlyRate
Returns the current expected maximum yearly issuance rate (in %). The value only includes participation rewards (and does not include liquidity baking)
Declaration
public RpcObject CurrentYearlyRate { get; }
Property Value
Type | Description |
---|---|
RpcObject |
CurrentYearlyRateDetails
Returns the static and dynamic parts of the current expected maximum yearly issuance rate (in %). The value only includes participation rewards (and does not include liquidity baking)
Declaration
public RpcObject CurrentYearlyRateDetails { get; }
Property Value
Type | Description |
---|---|
RpcObject |
CurrentYearlyRateExact
Returns the current expected maximum yearly issuance rate (exact quotient) (in %). The value only includes participation rewards (and does not include liquidity baking)
Declaration
public RpcObject CurrentYearlyRateExact { get; }
Property Value
Type | Description |
---|---|
RpcObject |
ExpectedIssuance
Returns the expected issued tez for the provided block and the next 'consensus_rights_delay' cycles (in mutez)
Declaration
public RpcObject ExpectedIssuance { get; }
Property Value
Type | Description |
---|---|
RpcObject |
IssuancePerMinute
Returns the current expected maximum issuance per minute (in mutez). The value only includes participation rewards (and does not include liquidity baking)
Declaration
public RpcObject IssuancePerMinute { get; }
Property Value
Type | Description |
---|---|
RpcObject |