mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-07-02 02:51:47 +00:00
14 lines
297 B
TypeScript
14 lines
297 B
TypeScript
![]() |
import {accumRes, bugLNG63, bugLNG63_2} from "../compiled/examples/streamCan";
|
||
|
|
||
|
export async function streamCanCall() {
|
||
|
return await accumRes();
|
||
|
}
|
||
|
|
||
|
export async function bugLNG63Call() {
|
||
|
return await bugLNG63();
|
||
|
}
|
||
|
|
||
|
export async function bugLNG63_2Call() {
|
||
|
return await bugLNG63_2();
|
||
|
}
|