Search Results for

    Show / Hide Table of Contents

    Class ForgeOperationsQuery

    Rpc query to access operations forging

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

    Methods

    | Improve this Doc View Source

    PostAsync(String, List<Object>)

    Forges an operation and returns operation bytes which can be signed

    Declaration
    public Task<dynamic> PostAsync(string branch, List<object> contents)
    Parameters
    Type Name Description
    System.String branch

    Branch

    List<System.Object> contents

    List of operation contents

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

    PostAsync<T>(String, List<Object>)

    Forges an operation and returns operation bytes which can be signed

    Declaration
    public Task<T> PostAsync<T>(string branch, List<object> contents)
    Parameters
    Type Name Description
    System.String branch

    Branch

    List<System.Object> 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