UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

4 lines (3 loc) 213 B
import { ProposalMetadata } from '../types/GovernanceV2ReturnTypes'; export declare function getLink(hash: string): string; export declare function getProposalMetadata(hash: string): Promise<ProposalMetadata>;