Search Results for

    Show / Hide Table of Contents

    Class MichelineArray

    Inheritance
    System.Object
    MichelineArray
    Implements
    IMicheline
    Namespace: Netezos.Encoding
    Assembly: Netezos.dll
    Syntax
    public class MichelineArray : List<IMicheline>, IMicheline

    Constructors

    | Improve this Doc View Source

    MichelineArray()

    Declaration
    public MichelineArray()
    | Improve this Doc View Source

    MichelineArray(Int32)

    Declaration
    public MichelineArray(int capacity)
    Parameters
    Type Name Description
    System.Int32 capacity

    Properties

    | Improve this Doc View Source

    Type

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

    Methods

    | Improve this Doc View Source

    Write(BinaryWriter, Int32)

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

    Implements

    IMicheline

    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