Class IssuanceQuery
Rpc query to access issuance data
Inherited Members
Namespace: Netmavryk.Rpc.Queries
Assembly: Netmavryk.dll
Syntax
public class IssuanceQuery : RpcQuery
Properties
| Improve this Doc View SourceCurrentYearlyRate
Returns the current expected maximum yearly issuance rate (in %).
Declaration
public RpcObject CurrentYearlyRate { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
CurrentYearlyRateExact
Returns the current expected maximum yearly issuance rate (exact quotient).
Declaration
public RpcObject CurrentYearlyRateExact { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
ExpectedIssuance
Returns the expected issued tez for the provided block and the next five cycles.
Declaration
public RpcObject ExpectedIssuance { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |
IssuancePerMinute
Returns the current expected maximum issuance per minute (in mumav).
Declaration
public RpcObject IssuancePerMinute { get; }
Property Value
| Type | Description |
|---|---|
| RpcObject |