interface SemanticEncoding {
    [key: string]: ((value, type?) => MichelsonV1Expression);
}

Indexable

[key: string]: ((value, type?) => MichelsonV1Expression)
    • (value, type?): MichelsonV1Expression
    • Parameters

      • value: any
      • Optional type: MichelsonV1Expression

      Returns MichelsonV1Expression

Generated using TypeDoc