Class SaplingTransactionSchema
Inheritance
System.Object
SaplingTransactionSchema
Assembly: Netezos.dll
Syntax
public sealed class SaplingTransactionSchema : Schema, IFlat
Constructors
|
Improve this Doc
View Source
SaplingTransactionSchema(MichelinePrim)
Declaration
public SaplingTransactionSchema(MichelinePrim micheline)
Parameters
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
Overrides
|
Improve this Doc
View Source
Signature
Declaration
public override string Signature { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Flatten(IMicheline)
Declaration
public string Flatten(IMicheline value)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetArgs()
Declaration
protected override List<IMicheline> GetArgs()
Returns
Overrides
|
Improve this Doc
View Source
MapValue(Object)
Declaration
protected override IMicheline MapValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Overrides