Search Results for

    Show / Hide Table of Contents

    Class IssuanceQuery

    Rpc query to access issuance data

    Inheritance
    System.Object
    RpcQuery
    IssuanceQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netmavryk.Rpc.Queries
    Assembly: Netmavryk.dll
    Syntax
    public class IssuanceQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    CurrentYearlyRate

    Returns the current expected maximum yearly issuance rate (in %).

    Declaration
    public RpcObject CurrentYearlyRate { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    CurrentYearlyRateExact

    Returns the current expected maximum yearly issuance rate (exact quotient).

    Declaration
    public RpcObject CurrentYearlyRateExact { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    IssuancePerMinute

    Returns the current expected maximum issuance per minute (in mumav).

    Declaration
    public RpcObject IssuancePerMinute { get; }
    Property Value
    Type Description
    RpcObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Mavryk Dynamics