UNPKG

web3agent-aof

Version:

AI Framework for Onchain Operations and DeFi Interactions

5 lines (4 loc) 143 B
export type BorrowAssetParams = { amount: string; }; export declare const borrowAsset: ({ amount }: BorrowAssetParams) => Promise<string>;