UNPKG

@safik/fk-plug-controller

Version:

Internet Computer Plug wallet's controller

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