UNPKG

@dogeuni-org/wallet-connect-react

Version:

dogeuni wallet js sdk rom react provider、swap pools base action, base use for React

15 lines (14 loc) 367 B
export interface DogePriceType { initPriceFee: () => void; price: number; fee: DogeFeeType; getFee: () => void; getPrice: (c?: string) => void; getInfoPrice: () => void; } export interface DogeFeeType { low: string | number; hight: string | number; medium: string | number; } export declare function useDogePrice(): DogePriceType;