mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
update peer.identify (#90)
This commit is contained in:
parent
7bf3e62d3b
commit
c8efe9c33a
@ -35,12 +35,18 @@ data Interface:
|
||||
function_signatures: []FunctionSignature
|
||||
record_types: []RecordType
|
||||
|
||||
data VmInfo:
|
||||
ip: string
|
||||
default_ssh_port: u16
|
||||
forwarded_ports: []string
|
||||
|
||||
data Info:
|
||||
external_addresses: []string
|
||||
node_version: string
|
||||
air_version: string
|
||||
spell_version: string
|
||||
allowed_binaries: []string
|
||||
allowed_effectors: []string
|
||||
vm_info: ?VmInfo
|
||||
|
||||
data ModuleWASIConfig:
|
||||
envs: ?Pairs
|
||||
|
Loading…
Reference in New Issue
Block a user