UNPKG

@algofi/v0

Version:

The official JavaScript SDK for Algofi

3 lines (2 loc) 209 B
import { Algodv2, Transaction } from "algosdk"; export declare function prepareClaimRewardsTransactions(algodClient: Algodv2, asset: string, address: string, storageAddress: string): Promise<Transaction[]>;