Merge pull request !6040 from mengyuanli/add_black_box
@ -198,6 +198,7 @@ union PrimitiveType {
ToFormat,
Proposal,
Custom,
BlackBox,
}
enum QuantType: int {
@ -917,3 +917,10 @@ table Proposal {
table Custom {
custom : [ubyte];
table BlackBox {
id : string;
size : int;
address : [ubyte];