UNPKG

solace-sdk

Version:

SDK to interact with the Solace Program

4 lines (3 loc) 175 B
import { SolaceSDK } from "../solace"; import { OngoingTransfer } from "../types"; export declare function fetchOngoingTransfers(this: SolaceSDK): Promise<OngoingTransfer[]>;