mirror of
https://github.com/fluencelabs/dashboard
synced 2025-07-04 17:11:42 +00:00
9 lines
245 B
Elm
9 lines
245 B
Elm
![]() |
module Nodes.Air exposing (..)
|
||
|
|
||
|
import Air exposing (Air)
|
||
|
import AirScripts.CallPeers
|
||
|
|
||
|
|
||
|
air : String -> String -> List String -> Air
|
||
|
air peerId relayId peers =
|
||
|
AirScripts.CallPeers.air peerId relayId ("peer_identity", "op", "identify") peers
|