We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e69fea commit 6b19e76Copy full SHA for 6b19e76
build.rs
@@ -133,6 +133,8 @@ fn main() -> anyhow::Result<()> {
133
.extern_path(".proto.TokenSupplyType", "crate::services::TokenSupplyType")
134
.extern_path(".proto.TokenType", "crate::services::TokenType")
135
.extern_path(".proto.ContractID", "crate::services::ContractId")
136
+ .extern_path(".proto.Transaction", "crate::services::Transaction")
137
+ .extern_path(".proto.TransactionRecord", "crate::services::TransactionRecord")
138
.out_dir(&streams_out_dir)
139
.compile(
140
&[
0 commit comments