UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

4 lines (3 loc) 322 B
import { GetTransactionsResponse } from '../../../interfaces/transactions'; export declare const getXTCTransactions: (principalId: string, txnIds?: bigint[] | undefined) => Promise<GetTransactionsResponse>; export declare const requestCacheUpdate: (principalId: string, txnIds?: bigint[] | undefined) => Promise<boolean>;