Search Results for

    Show / Hide Table of Contents

    Class SeedQuery

    Rpc query to access the seed

    Inheritance
    System.Object
    RpcQuery
    RpcMethod
    SeedQuery
    Inherited Members
    RpcMethod.PostAsync(String)
    RpcMethod.PostAsync(Object)
    RpcMethod.PostAsync<T>(String)
    RpcMethod.PostAsync<T>(Object)
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries.Post
    Assembly: Netezos.dll
    Syntax
    public class SeedQuery : RpcMethod

    Methods

    | Improve this Doc View Source

    PostAsync()

    Gets the seed of the cycle to which the block belongs

    Declaration
    public Task<dynamic> PostAsync()
    Returns
    Type Description
    Task<System.Object>
    | Improve this Doc View Source

    PostAsync<T>()

    Gets the seed of the cycle to which the block belongs

    Declaration
    public Task<T> PostAsync<T>()
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    Type of the object to deserialize to

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad