Skip to content

Commit 211ce98

Browse files
author
SunMi Lee
committed
[libra-dev] serialize signed transaction
1 parent 2df09f1 commit 211ce98

File tree

9 files changed

+684
-21
lines changed

9 files changed

+684
-21
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=libra_signed_transaction_build --whitelist-function=libra_signed_transaction_free -o libra-dev/src/data.rs
6+
47
# Build libra-dev first
58
cd libra-dev
69
cargo build

0 commit comments

Comments
 (0)