UNPKG

@atomiqlabs/sdk

Version:

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

16 lines (15 loc) 298 B
/** * Enum representing types of fees in a swap * * @category Pricing */ export enum FeeType { /** * Swap fee taken by the LP */ SWAP = 0, /** * Network fee to cover the transactions on the destination (output) network */ NETWORK_OUTPUT = 1 }