@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
11 lines • 432 B
TypeScript
import { Transaction } from '@elrondnetwork/erdjs';
export declare const useSignTransactions: () => {
error: string | null;
canceledTransactionsMessage: string | null;
onAbort: (sessionId?: string | undefined) => void;
hasTransactions: boolean | undefined;
callbackRoute: string;
sessionId: string | undefined;
transactions: Transaction[] | undefined;
};
//# sourceMappingURL=useSignTransactions.d.ts.map