Search Results for

    Show / Hide Table of Contents

    Class FrozenBalanceQuery

    Rpc query to get the frozen balances

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    FrozenBalanceQuery
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class FrozenBalanceQuery : RpcObject

    Properties

    | Improve this Doc View Source

    Deposits

    Gets the query to the frozen deposits

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

    Fees

    Gets the query to the frozen fees

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

    Rewards

    Gets the query to the frozen rewards

    Declaration
    public BlockQuery Rewards { get; }
    Property Value
    Type Description
    BlockQuery
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad