UNPKG

@ajna-finance/sdk

Version:

A typescript SDK that can be used to create Dapps in Ajna ecosystem.

7 lines (6 loc) 232 B
/** * Iterate through ABIs in a location specified by the environment. * Filter in ABIs we care about, translate and write Ethers.js-consumable ABIs * in the appropriate location. */ export declare const updateAbis: () => void;