UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

6 lines 266 B
export declare function useCancelWalletConnectAction(action?: string): { cancelAction: () => Promise<void>; cancelActionV2: () => Promise<void>; cancelWalletConnectAction: () => Promise<void>; }; //# sourceMappingURL=useCancelWalletConnectAction.d.ts.map