Class BigMapSchema
Inheritance
System.Object
BigMapSchema
Assembly: Netezos.dll
Syntax
public sealed class BigMapSchema : Schema
Constructors
|
Improve this Doc
View Source
BigMapSchema(MichelinePrim)
Declaration
public BigMapSchema(MichelinePrim micheline)
Parameters
Properties
|
Improve this Doc
View Source
Key
Declaration
public Schema Key { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Prim
Declaration
public override PrimType Prim { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Signature
Declaration
public override string Signature { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Value
Declaration
public Schema Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetArgs()
Declaration
protected override List<IMicheline> GetArgs()
Returns
Overrides
|
Improve this Doc
View Source
GetKeyHash(IMicheline)
Declaration
public string GetKeyHash(IMicheline key)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MapValue(Object)
Declaration
protected override IMicheline MapValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Overrides
|
Improve this Doc
View Source
Optimize(IMicheline)
Declaration
public override IMicheline Optimize(IMicheline value)
Parameters
Returns
Overrides