Search Results for

    Show / Hide Table of Contents

    Class ContractStorage

    Inheritance
    System.Object
    ContractStorage
    Namespace: Netezos.Contracts
    Assembly: Netezos.dll
    Syntax
    public class ContractStorage : object

    Constructors

    | Improve this Doc View Source

    ContractStorage(IMicheline)

    Declaration
    public ContractStorage(IMicheline storage)
    Parameters
    Type Name Description
    IMicheline storage

    Properties

    | Improve this Doc View Source

    Schema

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

    Methods

    | Improve this Doc View Source

    GetJsonSchema(JsonWriterOptions)

    Declaration
    public string GetJsonSchema(JsonWriterOptions options = null)
    Parameters
    Type Name Description
    JsonWriterOptions options
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Humanize(JsonWriterOptions)

    Declaration
    public string Humanize(JsonWriterOptions options = null)
    Parameters
    Type Name Description
    JsonWriterOptions options
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Humanize(IMicheline, JsonWriterOptions)

    Declaration
    public string Humanize(IMicheline value, JsonWriterOptions options = null)
    Parameters
    Type Name Description
    IMicheline value
    JsonWriterOptions options
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Optimize(IMicheline, Boolean)

    Declaration
    public IMicheline Optimize(IMicheline value, bool immutable = true)
    Parameters
    Type Name Description
    IMicheline value
    System.Boolean immutable
    Returns
    Type Description
    IMicheline
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad