Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

default: { compileContract: (contract: Contract) => CompilationResult & { smartpy: string }; compileValue: (expression: ILiteral<MichelsonType>) => CompilationResult } = ...

Type declaration

  • compileContract: (contract: Contract) => CompilationResult & { smartpy: string }
      • (contract: Contract): CompilationResult & { smartpy: string }
      • Compile SmartML expression to a michelson smart-contract.

        Parameters

        Returns CompilationResult & { smartpy: string }

        Compilation result

  • compileValue: (expression: ILiteral<MichelsonType>) => CompilationResult
      • (expression: ILiteral<MichelsonType>): CompilationResult
      • Compile SmartML expression to michelson.

        Parameters

        • expression: ILiteral<MichelsonType>

          A value expression

        Returns CompilationResult

        Compilation result

Functions

  • compileContract(contract: Contract): CompilationResult & { smartpy: string }
  • Compile SmartML expression to a michelson smart-contract.

    Parameters

    Returns CompilationResult & { smartpy: string }

    Compilation result

  • compileValue(expression: ILiteral<MichelsonType>): CompilationResult
  • Compile SmartML expression to michelson.

    Parameters

    • expression: ILiteral<MichelsonType>

      A value expression

    Returns CompilationResult

    Compilation result

Generated using TypeDoc