Search Results for

    Show / Hide Table of Contents

    Class SaplingTransactionDeprecatedSchema

    Inheritance
    System.Object
    Schema
    SaplingTransactionDeprecatedSchema
    Inherited Members
    Schema.Create(MichelinePrim)
    Schema.Field
    Schema.Type
    Schema.Name
    Schema.ToTreeView(IMicheline)
    Schema.Humanize(JsonWriterOptions)
    Schema.Humanize(IMicheline, JsonWriterOptions)
    Schema.GetJsonSchema(JsonWriterOptions)
    Schema.ToMicheline()
    Schema.Optimize(IMicheline)
    Schema.MapObject(Object, Boolean)
    Schema.GetAnnotations()
    Schema.FormatException(IMicheline)
    Schema.MapFailedException(String)
    Namespace: Netezos.Contracts
    Assembly: Netezos.dll
    Syntax
    public sealed class SaplingTransactionDeprecatedSchema : Schema, IFlat

    Constructors

    | Improve this Doc View Source

    SaplingTransactionDeprecatedSchema(MichelinePrim)

    Declaration
    public SaplingTransactionDeprecatedSchema(MichelinePrim micheline)
    Parameters
    Type Name Description
    MichelinePrim micheline

    Properties

    | Improve this Doc View Source

    MemoSize

    Declaration
    public BigInteger MemoSize { get; }
    Property Value
    Type Description
    BigInteger
    | Improve this Doc View Source

    Prim

    Declaration
    public override PrimType Prim { get; }
    Property Value
    Type Description
    PrimType
    Overrides
    Schema.Prim
    | Improve this Doc View Source

    Signature

    Declaration
    public override string Signature { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Schema.Signature

    Methods

    | Improve this Doc View Source

    Flatten(IMicheline)

    Declaration
    public string Flatten(IMicheline value)
    Parameters
    Type Name Description
    IMicheline value
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetArgs()

    Declaration
    protected override List<IMicheline> GetArgs()
    Returns
    Type Description
    List<IMicheline>
    Overrides
    Schema.GetArgs()
    | Improve this Doc View Source

    MapValue(Object)

    Declaration
    protected override IMicheline MapValue(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    IMicheline
    Overrides
    Schema.MapValue(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad