UNPKG

@atomiqlabs/sdk

Version:

atomiq labs SDK for cross-chain swaps between smart chains and bitcoin

6 lines (5 loc) 113 B
export type SwapStateInfo<S extends number> = { state: S; name: string; description: string; };