Search Results for

    Show / Hide Table of Contents

    Class LocalForge

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

    Methods

    | Improve this Doc View Source

    ForgeAddress(String)

    Declaration
    public static byte[] ForgeAddress(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeArray(Byte[], Int32)

    Declaration
    public static byte[] ForgeArray(byte[] value, int len = 4)
    Parameters
    Type Name Description
    System.Byte[] value
    System.Int32 len
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeBool(Boolean)

    Declaration
    public static byte[] ForgeBool(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeCommitment(String)

    Declaration
    public static byte[] ForgeCommitment(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeEntrypoint(String)

    Declaration
    public static byte[] ForgeEntrypoint(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeInt32(Int32, Int32)

    Declaration
    public static byte[] ForgeInt32(int value, int len = 4)
    Parameters
    Type Name Description
    System.Int32 value
    System.Int32 len
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeInt64(Int64, Int32)

    Declaration
    public static byte[] ForgeInt64(long value, int len = 8)
    Parameters
    Type Name Description
    System.Int64 value
    System.Int32 len
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeMicheInt(BigInteger)

    Declaration
    public static byte[] ForgeMicheInt(BigInteger value)
    Parameters
    Type Name Description
    BigInteger value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeMicheline(IMicheline)

    Declaration
    public static byte[] ForgeMicheline(IMicheline micheline)
    Parameters
    Type Name Description
    IMicheline micheline
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeMicheNat(BigInteger)

    Declaration
    public static byte[] ForgeMicheNat(BigInteger value)
    Parameters
    Type Name Description
    BigInteger value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeMicheNat(Int32)

    Declaration
    public static byte[] ForgeMicheNat(int value)
    Parameters
    Type Name Description
    System.Int32 value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeMicheNat(Int64)

    Declaration
    public static byte[] ForgeMicheNat(long value)
    Parameters
    Type Name Description
    System.Int64 value
    Returns
    Type Description
    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(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[]>
    | Improve this Doc View Source

    ForgePkh(String)

    Declaration
    public static byte[] ForgePkh(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgePublicKey(String)

    Declaration
    public static byte[] ForgePublicKey(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeRollup(String)

    Declaration
    public static byte[] ForgeRollup(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeSignature(String)

    Declaration
    public static byte[] ForgeSignature(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeString(String, Int32)

    Declaration
    public static byte[] ForgeString(string value, int len = 4)
    Parameters
    Type Name Description
    System.String value
    System.Int32 len
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeTag(OperationTag)

    Declaration
    public static byte[] ForgeTag(OperationTag tag)
    Parameters
    Type Name Description
    OperationTag tag
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ForgeTzAddress(String)

    Declaration
    public static byte[] ForgeTzAddress(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    UnforgeMicheline(ForgedReader)

    Declaration
    public static IMicheline UnforgeMicheline(ForgedReader reader)
    Parameters
    Type Name Description
    ForgedReader reader
    Returns
    Type Description
    IMicheline
    | Improve this Doc View Source

    UnforgeOperationAsync(Byte[])

    Declaration
    public Task<(string, IEnumerable<OperationContent>)> UnforgeOperationAsync(byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes
    Returns
    Type Description
    Task<System.ValueTuple<System.String, IEnumerable<OperationContent>>>

    Implements

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