hyperfuel-net-types 0.0.3

hyperfuel types for transport over network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@0x9289a56a18f880c5;

struct QueryResponseData {
	blocks @0 :Data;
	transactions @1 :Data;
	receipts @2 :Data;
	inputs @3 :Data;
	outputs @4 :Data;
}

struct QueryResponse {
	archiveHeight @0 :Int64;
	nextBlock @1 :UInt64;
	totalExecutionTime @2 :UInt64;
	data @3 :QueryResponseData;
}