Search Results for

    Show / Hide Table of Contents

    Interface IMicheline

    Namespace: Netezos.Encoding
    Assembly: Netezos.dll
    Syntax
    public interface IMicheline

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    MichelineType Type { get; }
    Property Value
    Type Description
    MichelineType

    Methods

    | Improve this Doc View Source

    Write(BinaryWriter, Int32)

    Declaration
    void Write(BinaryWriter writer, int depth = 0)
    Parameters
    Type Name Description
    BinaryWriter writer
    System.Int32 depth

    Extension Methods

    Micheline.ToMichelson(IMicheline)
    Micheline.ToJson(IMicheline)
    Micheline.ToJson(IMicheline, JsonSerializerOptions)
    Micheline.ToBytes(IMicheline)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad