File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
crates/iota-sdk-ffi/src/types Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -227,20 +227,6 @@ impl EndOfEpochTransactionKind {
227227 Self ( iota_types:: EndOfEpochTransactionKind :: AuthenticatorStateExpire ( tx. 0 . clone ( ) ) )
228228 }
229229
230- // #[uniffi::constructor]
231- // pub fn bridge_state_create(chain_id: &CheckpointDigest) -> Self {
232- // Self(iota_types::EndOfEpochTransactionKind::BridgeStateCreate {
233- // chain_id: **chain_id,
234- // })
235- // }
236-
237- // #[uniffi::constructor]
238- // pub fn bridge_committee_init(bridge_object_version: u64) -> Self {
239- // Self(iota_types::EndOfEpochTransactionKind::BridgeCommitteeInit {
240- // bridge_object_version,
241- // })
242- // }
243-
244230 #[ uniffi:: constructor]
245231 pub fn store_execution_time_observations ( obs : & ExecutionTimeObservations ) -> Self {
246232 Self ( iota_types:: EndOfEpochTransactionKind :: StoreExecutionTimeObservations ( obs. 0 . clone ( ) ) )
You can’t perform that action at this time.
0 commit comments