mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-27 06:42:01 +00:00
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
![]() |
import {FluenceClient} from "@fluencelabs/fluence";
|
||
|
import {getTwoResults} from "../compiled/examples/foldJoin";
|
||
|
|
||
|
export async function foldJoinCall(client: FluenceClient): Promise<number[]> {
|
||
|
return await getTwoResults(client, client.relayPeerId!)
|
||
|
}
|