We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0cb59 commit f98ceaaCopy full SHA for f98ceaa
crates/tap-agent/src/test.rs
@@ -263,7 +263,11 @@ pub fn create_rav(
263
.unwrap()
264
}
265
266
+/// Generic implementation of create_received_receipt
267
pub trait CreateReceipt {
268
+ /// This might seem weird at first glance since [Horizon] and [Legacy] implementation have the same
269
+ /// function signature and don't require &self. The reason is that we can not match over T to get
270
+ /// all variants because T is a trait and not an enum.
271
fn create_received_receipt(
272
allocation_id: Address,
273
signer_wallet: &PrivateKeySigner,
0 commit comments