Search Results for

    Show / Hide Table of Contents

    Class ParseOperationsQuery

    Rpc query to access operations parsing

    Inheritance
    System.Object
    RpcQuery
    RpcMethod
    ParseOperationsQuery
    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 ParseOperationsQuery : RpcMethod

    Methods

    | Improve this Doc View Source

    PostAsync(List<Object>, Nullable<Boolean>)

    Parses operations and returns the operations content

    Declaration
    public Task<dynamic> PostAsync(List<object> operations, bool? checkSignature = null)
    Parameters
    Type Name Description
    List<System.Object> operations

    List of operation

    System.Nullable<System.Boolean> checkSignature

    Check signature (optional)

    Returns
    Type Description
    Task<System.Object>
    | Improve this Doc View Source

    PostAsync<T>(List<Object>, Nullable<Boolean>)

    Parses operations and returns the operations content

    Declaration
    public Task<T> PostAsync<T>(List<object> operations, bool? checkSignature = null)
    Parameters
    Type Name Description
    List<System.Object> operations

    List of operation

    System.Nullable<System.Boolean> checkSignature

    Check signature (optional)

    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