UNPKG

@ic-wallet-kit/hpl

Version:
6 lines (5 loc) 286 B
import { ITransferModel } from "../../forms/transfers/hplTransferForm"; import { TransferAccountReference } from "@research-ag/hpl-client"; export declare class TransferAccountReferenceProvider { static toTransferAccountReference(model: ITransferModel): TransferAccountReference; }