UNPKG

web3agent-aof

Version:

AI Framework for Onchain Operations and DeFi Interactions

6 lines (5 loc) 187 B
export type SupplyCollateralParams = { amount: string; symbol: string; }; export declare const supplyCollateral: ({ amount, symbol, }: SupplyCollateralParams) => Promise<string>;