Search Results for

    Show / Hide Table of Contents

    Class RawContextQuery

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

    Properties

    | Improve this Doc View Source

    ActiveDelegates

    Declaration
    public DeepRpcDictionary<string, RpcObject> ActiveDelegates { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    BigMaps

    Declaration
    public RpcArray<RawBigMapQuery> BigMaps { get; }
    Property Value
    Type Description
    RpcArray<RawBigMapQuery>
    | Improve this Doc View Source

    Commitments

    Declaration
    public DeepRpcDictionary<string, RpcObject> Commitments { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    Contracts

    Declaration
    public DeepRpcDictionary<string, RawContractQuery> Contracts { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RawContractQuery>
    | Improve this Doc View Source

    Cycles

    Declaration
    public DeepRpcDictionary<int, RawCycleQuery> Cycles { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.Int32, RawCycleQuery>
    | Improve this Doc View Source

    Delegates

    Declaration
    public DeepRpcDictionary<string, RpcObject> Delegates { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    DelegatesWithFrozenBalance

    Declaration
    public DeepRpcDictionary<int, RpcDictionary<string, RpcObject>> DelegatesWithFrozenBalance { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.Int32, RpcDictionary<System.String, RpcObject>>
    | Improve this Doc View Source

    GlobalCounter

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

    LastBlockPriority

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

    RampUp

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

    Rolls

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

    Votes

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