UNPKG

@atomiqlabs/sdk-lib

Version:

Basic SDK functionality library for atomiq

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