Skip to content

Commit 6b19e76

Browse files
committed
chore: add more externs for stream proto build
Signed-off-by: Ryan Leckey <[email protected]>
1 parent 4e69fea commit 6b19e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ fn main() -> anyhow::Result<()> {
133133
.extern_path(".proto.TokenSupplyType", "crate::services::TokenSupplyType")
134134
.extern_path(".proto.TokenType", "crate::services::TokenType")
135135
.extern_path(".proto.ContractID", "crate::services::ContractId")
136+
.extern_path(".proto.Transaction", "crate::services::Transaction")
137+
.extern_path(".proto.TransactionRecord", "crate::services::TransactionRecord")
136138
.out_dir(&streams_out_dir)
137139
.compile(
138140
&[

0 commit comments

Comments
 (0)