Skip to content

Commit b56dcd1

Browse files
committed
rm bridge stuff
1 parent bfe8857 commit b56dcd1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

crates/iota-sdk-ffi/src/types/transaction.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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()))

0 commit comments

Comments
 (0)