callApp
callApp(
call,algod):Promise<AppCallTransactionResult>
Defined in: src/app.ts:187
Parameters
call
AppCallParams
The call details.
algod
AlgodClient
An algod client
Returns
Promise<AppCallTransactionResult>
The result of the call
callApp(
call,algod):Promise<AppCallTransactionResult>
Defined in: src/app.ts:187
AppCallParams
The call details.
AlgodClient
An algod client
Promise<AppCallTransactionResult>
The result of the call