Search Results for

    Show / Hide Table of Contents

    Class RpcForge

    Inheritance
    System.Object
    RpcForge
    Implements
    IForge
    Namespace: Netezos.Forging
    Assembly: Netezos.dll
    Syntax
    public class RpcForge : object, IForge

    Constructors

    | Improve this Doc View Source

    RpcForge(TezosRpc)

    Declaration
    public RpcForge(TezosRpc rpc)
    Parameters
    Type Name Description
    TezosRpc rpc

    Methods

    | Improve this Doc View Source

    ForgeOperationAsync(OperationContent)

    Declaration
    public Task<byte[]> ForgeOperationAsync(OperationContent content)
    Parameters
    Type Name Description
    OperationContent content
    Returns
    Type Description
    Task<System.Byte[]>
    | Improve this Doc View Source

    ForgeOperationAsync(String, OperationContent)

    Declaration
    public Task<byte[]> ForgeOperationAsync(string branch, OperationContent content)
    Parameters
    Type Name Description
    System.String branch
    OperationContent content
    Returns
    Type Description
    Task<System.Byte[]>
    | Improve this Doc View Source

    ForgeOperationGroupAsync(IEnumerable<ManagerOperationContent>)

    Declaration
    public Task<byte[]> ForgeOperationGroupAsync(IEnumerable<ManagerOperationContent> contents)
    Parameters
    Type Name Description
    IEnumerable<ManagerOperationContent> contents
    Returns
    Type Description
    Task<System.Byte[]>
    | Improve this Doc View Source

    ForgeOperationGroupAsync(String, IEnumerable<ManagerOperationContent>)

    Declaration
    public Task<byte[]> ForgeOperationGroupAsync(string branch, IEnumerable<ManagerOperationContent> contents)
    Parameters
    Type Name Description
    System.String branch
    IEnumerable<ManagerOperationContent> contents
    Returns
    Type Description
    Task<System.Byte[]>

    Implements

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