2 parents 8d97943 + 49da4bb commit b384a3aCopy full SHA for b384a3a
3 files changed
contracts/split/src/events.rs
@@ -1,4 +1,5 @@
1
use soroban_sdk::{symbol_short, Address, Env, Vec, String};
2
+use crate::types::TimelockAction;
3
4
/// Emitted when a new invoice is created.
5
/// Topics: (split, created, invoice_id)
0 commit comments