Search Results for

    Show / Hide Table of Contents

    Class SimulateOperationQuery

    Rpc query to access operations simulation

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

    Methods

    | Improve this Doc View Source

    PostAsync(OperationContent[])

    Simulate an operation

    Declaration
    public Task<dynamic> PostAsync(params OperationContent[] contents)
    Parameters
    Type Name Description
    OperationContent[] contents

    Operation content

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

    PostAsync(String, String, Int32, OperationContent[])

    Simulate an operation

    Declaration
    public Task<dynamic> PostAsync(string chain_id, string branch, int latency, params OperationContent[] contents)
    Parameters
    Type Name Description
    System.String chain_id

    Chain id

    System.String branch

    Branch

    System.Int32 latency

    Latency

    OperationContent[] contents

    List of operation contents

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

    PostAsync<T>(OperationContent[])

    Simulate an operation

    Declaration
    public Task<T> PostAsync<T>(params OperationContent[] contents)
    Parameters
    Type Name Description
    OperationContent[] contents

    Operation content

    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    Type of the object to deserialize to

    | Improve this Doc View Source

    PostAsync<T>(String, String, Int32, OperationContent[])

    Simulate an operation

    Declaration
    public Task<T> PostAsync<T>(string chain_id, string branch, int latency, params OperationContent[] contents)
    Parameters
    Type Name Description
    System.String chain_id

    Chain id

    System.String branch

    Branch

    System.Int32 latency

    Latency

    OperationContent[] contents

    List of operation contents

    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