Class RawContextQuery
Inheritance
System.Object
RawContextQuery
Assembly: Netezos.dll
Syntax
public class RawContextQuery : DeepRpcObject
Properties
|
Improve this Doc
View Source
ActiveDelegates
Declaration
public DeepRpcDictionary<string, RpcObject> ActiveDelegates { get; }
Property Value
|
Improve this Doc
View Source
BigMaps
Declaration
public RpcArray<RawBigMapQuery> BigMaps { get; }
Property Value
|
Improve this Doc
View Source
Commitments
Declaration
public DeepRpcDictionary<string, RpcObject> Commitments { get; }
Property Value
|
Improve this Doc
View Source
Contracts
Declaration
public DeepRpcDictionary<string, RawContractQuery> Contracts { get; }
Property Value
|
Improve this Doc
View Source
Cycles
Declaration
public DeepRpcDictionary<int, RawCycleQuery> Cycles { get; }
Property Value
|
Improve this Doc
View Source
Delegates
Declaration
public DeepRpcDictionary<string, RpcObject> Delegates { get; }
Property Value
|
Improve this Doc
View Source
DelegatesWithFrozenBalance
Declaration
public DeepRpcDictionary<int, RpcDictionary<string, RpcObject>> DelegatesWithFrozenBalance { get; }
Property Value
|
Improve this Doc
View Source
GlobalCounter
Declaration
public RpcObject GlobalCounter { get; }
Property Value
|
Improve this Doc
View Source
LastBlockPriority
Declaration
public RpcObject LastBlockPriority { get; }
Property Value
|
Improve this Doc
View Source
RampUp
Declaration
public DeepRpcObject RampUp { get; }
Property Value
|
Improve this Doc
View Source
Rolls
Declaration
public RawRollsQuery Rolls { get; }
Property Value
|
Improve this Doc
View Source
Votes
Declaration
public RawVotesQuery Votes { get; }
Property Value