UNPKG

@ic-wallet-kit/hpl

Version:
4 lines (3 loc) 325 B
import { GetHplFeeConstantInfo, HplTransferForm } from "../../forms"; export declare const getHplFeeConstant: (form: GetHplFeeConstantInfo) => Promise<import("@ic-wallet-kit/common").FormResult<unknown>>; export declare const transfer: (form: HplTransferForm) => Promise<import("@ic-wallet-kit/common").FormResult<unknown>>;