UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

3 lines (2 loc) 111 B
import { UpdateFee } from '../../types'; export declare const updateFee: (params: UpdateFee) => Promise<void>;