px-java-sdk.0.1.0-beta.9.source-code.proximaxobj.fbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xpx-java-sdk Show documentation
Show all versions of xpx-java-sdk Show documentation
Proximax P2P File Storage Java SDK (NIS1 Compatible)
namespace io.proximax.xpx.core.model;
table ResourceHashMessage {
digest:string;
hash:string;
keywords:string;
metaData:string;
name:string;
size:int;
timestamp:long;
type:string;
}
table NodeInfo {
contextUri:string;
nemAddress:string;
network:string;
networkAddress:string;
networkPort:string;
namespace:string;
mosaic:string;
}
table NodePeer {
address:string;
id:string;
latency:string;
muxer:string;
}
root_type ResourceHashMessage;