Skip to content

Commit 460e797

Browse files
author
SunMi Lee
committed
[libra-dev] serialize signed transaction
1 parent 35d1884 commit 460e797

File tree

9 files changed

+655
-9
lines changed

9 files changed

+655
-9
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash -xv
22
set -euo pipefail
33

4+
# Create C to Rust bindings
5+
#bindgen libra-dev/include/data.h --whitelist-type=CEventHandle --whitelist-type=CDevAccountResource --whitelist-function=account_resource_from_lcs --whitelist-function=lcs_signed_transaction --whitelist-function=free_txn -o libra-dev/src/data.rs
6+
47
# Build libra-dev first
58
cd libra-dev
69
cargo build

0 commit comments

Comments
 (0)