Search Results for

    Show / Hide Table of Contents

    Interface IUnforge

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

    Methods

    | Improve this Doc View Source

    UnforgeOperationAsync(Byte[])

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