Search Results for

    Show / Hide Table of Contents

    Class RawCycleQuery

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

    Properties

    | Improve this Doc View Source

    LastRoll

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

    Nonces

    Warning: shouldn't be used to get all the nonces

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

    RandomSeed

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

    RollSnapshot

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