Skip to content

Commit b384a3a

Browse files
authored
Merge branch 'main' into feature/sharded-payment-storage-177
2 parents 8d97943 + 49da4bb commit b384a3a

3 files changed

Lines changed: 506 additions & 21 deletions

File tree

contracts/split/src/events.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use soroban_sdk::{symbol_short, Address, Env, Vec, String};
2+
use crate::types::TimelockAction;
23

34
/// Emitted when a new invoice is created.
45
/// Topics: (split, created, invoice_id)

0 commit comments

Comments
 (0)