40 releases (major breaking)

32.0.0 Apr 8, 2024
31.0.0 Mar 18, 2024
30.0.0 Feb 26, 2024
29.0.0 Feb 13, 2024
2.0.0-rc5 Jul 24, 2020

#732 in Magic Beans

Download history 5/week @ 2024-01-19 19/week @ 2024-02-09 149/week @ 2024-02-16 142/week @ 2024-02-23 44/week @ 2024-03-01 6/week @ 2024-03-08 100/week @ 2024-03-15 17/week @ 2024-03-22 33/week @ 2024-03-29 88/week @ 2024-04-05

238 downloads per month

Apache-2.0

2MB
42K SLoC

Atomic Swap

A module for atomically sending funds.

Overview

A module for atomically sending funds from an origin to a target. A proof is used to allow the target to approve (claim) the swap. If the swap is not claimed within a specified duration of time, the sender may cancel it.

Interface

Dispatchable Functions

  • create_swap - called by a sender to register a new atomic swap
  • claim_swap - called by the target to approve a swap
  • cancel_swap - may be called by a sender after a specified duration

License: Apache-2.0


lib.rs:

Atomic Swap

A pallet for atomically sending funds.

Overview

A pallet for atomically sending funds from an origin to a target. A proof is used to allow the target to approve (claim) the swap. If the swap is not claimed within a specified duration of time, the sender may cancel it.

Interface

Dispatchable Functions

  • create_swap - called by a sender to register a new atomic swap
  • claim_swap - called by the target to approve a swap
  • cancel_swap - may be called by a sender after a specified duration

Dependencies

~17–31MB
~504K SLoC