UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

7 lines (6 loc) • 153 B
export declare enum SwapStatusEnum { Pending = "Pending", Success = "Success", Failed = "Failed", PartiallyFilled = "Partially Filled" }