iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
57 stars 41 forks source link

fix: Sync typescript unlock condition types #2215

Closed marc2332 closed 6 months ago

marc2332 commented 6 months ago

Sync typescript unlock condition types.

Rust uses slot not slotIndex, you can see this for instance in TimelockUnlockConditionDto.

marc2332 commented 6 months ago

Please add a changelog entry

Done, did I do it correctly? :eyes: