Compiler
@aeternity/aepp-sdk/es/contract/compiler
ContractCompilerAPI module
This is the complement to @aeternity/aepp-sdk/es/contract.
Example
import ContractCompilerAPI from '@aeternity/aepp-sdk/es/contract/compiler'
ContractCompilerAPI([options]) ⇒ Object
⏏
Contract Compiler Stamp
This stamp include api call's related to contract compiler functionality.
Kind: Exported function
Returns: Object
- Contract compiler instance
rtype: Stamp
Param | Type | Default | Description |
---|---|---|---|
[options] | Object |
{} |
Initializer object |
[options.compilerUrl] | String |
compilerUrl - Url for compiler API |
Example
ContractCompilerAPI({ compilerUrl: 'COMPILER_URL' })