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: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class IssuanceQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    CurrentYearlyRate

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

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

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

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

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad