@safik/fk-plug-controller
Version:
Internet Computer Plug wallet's controller
4 lines (3 loc) • 299 B
TypeScript
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>;