UNPKG

@atomiqlabs/sdk-lib

Version:

Basic SDK functionality library for atomiq

8 lines (7 loc) 183 B
/** * Interface for swaps which require a user to send funds to a specific address */ export interface IAddressSwap { getAddress(): string; getHyperlink(): string; }