Search Results for

    Show / Hide Table of Contents

    Class RawRollsQuery

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    DeepRpcObject
    RawRollsQuery
    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 RawRollsQuery : DeepRpcObject

    Properties

    | Improve this Doc View Source

    Index

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

    Limbo

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

    Next

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

    OwnerCurrent

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

    OwnerSnapshot

    Declaration
    public DeepRpcDictionary<int, DeepRpcDictionary<int, DeepRpcDictionary<int, RpcObject>>> OwnerSnapshot { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.Int32, DeepRpcDictionary<System.Int32, DeepRpcDictionary<System.Int32, RpcObject>>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad