Skip to content

createApp

createApp(create, algod): Promise<Partial<AppCompilationResult> & AppCallTransactionResult & AppReference>

Defined in: src/app.ts:44

Parameters

create

CreateAppParams

The parameters to create the app with

algod

AlgodClient

An algod client

Returns

Promise<Partial<AppCompilationResult> & AppCallTransactionResult & AppReference>

The details of the created app, or the transaction to create it if skipSending and the compilation result