UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

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