UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

6 lines (5 loc) 222 B
/** * Fetches app allocation data for the specified number of recent rounds * @param lastNRounds Number of past rounds to retrieve data for */ export declare const getAppShares: (lastNRounds?: number) => Promise<void>;