barretenberg
Loading...
Searching...
No Matches
sign_join_split_tx.hpp
1#pragma once
2#include "../notes/native/value/value_note.hpp"
3#include "barretenberg/crypto/schnorr/schnorr.hpp"
4#include "join_split_tx.hpp"
5
6namespace join_split_example {
7namespace proofs {
8namespace join_split {
9
10crypto::schnorr::signature sign_join_split_tx(proofs::join_split::join_split_tx const& tx,
12
13} // namespace join_split
14} // namespace proofs
15} // namespace join_split_example
Definition: schnorr.hpp:17
Definition: schnorr.hpp:25