Search Results for

    Show / Hide Table of Contents

    Interface IForge

    Namespace: Netezos.Forging
    Assembly: Netezos.dll
    Syntax
    public interface IForge

    Methods

    | Improve this Doc View Source

    ForgeOperationAsync(String, OperationContent)

    Declaration
    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(String, IEnumerable<ManagerOperationContent>)

    Declaration
    Task<byte[]> ForgeOperationGroupAsync(string branch, IEnumerable<ManagerOperationContent> contents)
    Parameters
    Type Name Description
    System.String branch
    IEnumerable<ManagerOperationContent> contents
    Returns
    Type Description
    Task<System.Byte[]>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad