Class ContractStorage
Inheritance
System.Object
ContractStorage
Assembly: Netezos.dll
Syntax
public class ContractStorage : object
Constructors
|
Improve this Doc
View Source
ContractStorage(IMicheline)
Declaration
public ContractStorage(IMicheline storage)
Parameters
Properties
|
Improve this Doc
View Source
Schema
Declaration
public Schema Schema { get; }
Property Value
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