All Downloads are FREE. Search and download functionalities are using the official Maven repository.

px-java-sdk.0.1.0-beta.9.source-code.proximaxobj.fbs Maven / Gradle / Ivy

There is a newer version: 0.1.0-beta.10
Show newest version
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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy