@@ -29,7 +29,7 @@ use crate::{
2929/// signature is ever embedded in another structure it generally is serialized
3030/// as `bytes` meaning it has a length prefix that defines the length of
3131/// the completely serialized signature.
32- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
32+ #[ derive( derive_more:: From , uniffi:: Object ) ]
3333pub struct ZkLoginAuthenticator ( pub iota_types:: ZkLoginAuthenticator ) ;
3434
3535#[ uniffi:: export]
@@ -108,7 +108,7 @@ impl ZkLoginAuthenticator {
108108/// ```
109109///
110110/// [`Address`]: crate::Address
111- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
111+ #[ derive( derive_more:: From , uniffi:: Object ) ]
112112pub struct ZkLoginPublicIdentifier ( pub iota_types:: ZkLoginPublicIdentifier ) ;
113113
114114#[ uniffi:: export]
@@ -142,7 +142,7 @@ impl ZkLoginPublicIdentifier {
142142/// string ; base64url-unpadded encoded JwtHeader
143143/// bn254-field-element ; address_seed
144144/// ```
145- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
145+ #[ derive( derive_more:: From , uniffi:: Object ) ]
146146pub struct ZkLoginInputs ( pub iota_types:: ZkLoginInputs ) ;
147147
148148#[ uniffi:: export]
@@ -188,7 +188,7 @@ impl ZkLoginInputs {
188188/// ```text
189189/// zklogin-proof = circom-g1 circom-g2 circom-g1
190190/// ```
191- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
191+ #[ derive( derive_more:: From , uniffi:: Object ) ]
192192pub struct ZkLoginProof ( pub iota_types:: ZkLoginProof ) ;
193193
194194#[ uniffi:: export]
@@ -242,7 +242,7 @@ pub struct ZkLoginClaim {
242242/// ```text
243243/// circom-g1 = %x03 3(bn254-field-element)
244244/// ```
245- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
245+ #[ derive( derive_more:: From , uniffi:: Object ) ]
246246pub struct CircomG1 ( pub iota_types:: CircomG1 ) ;
247247
248248#[ uniffi:: export]
@@ -273,7 +273,7 @@ impl CircomG1 {
273273/// ```text
274274/// circom-g2 = %x03 3(%x02 2(bn254-field-element))
275275/// ```
276- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
276+ #[ derive( derive_more:: From , uniffi:: Object ) ]
277277pub struct CircomG2 ( pub iota_types:: CircomG2 ) ;
278278
279279#[ uniffi:: export]
@@ -308,7 +308,7 @@ impl CircomG2 {
308308/// ```text
309309/// bn254-field-element = *DIGIT ; which is then interpreted as a radix10 encoded 32-byte value
310310/// ```
311- #[ derive( Clone , Debug , derive_more:: From , uniffi:: Object ) ]
311+ #[ derive( derive_more:: From , uniffi:: Object ) ]
312312pub struct Bn254FieldElement ( pub iota_types:: Bn254FieldElement ) ;
313313
314314#[ uniffi:: export]
0 commit comments