UNPKG

@algofi/v0

Version:

The official JavaScript SDK for Algofi

3 lines (2 loc) 233 B
import { Algodv2, Transaction } from "algosdk"; export declare function prepareRemoveCollateralTransactions(algodClient: Algodv2, address: string, storageAddress: string, amount: number, assetName: string): Promise<Transaction[]>;