@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 531 B
TypeScript
/// <reference types="react" />
import { CustomConfirmScreensType, SignPropsType } from './types/signTransactionsModals.types';
export interface SignTransactionsModalsPropsType {
className?: string;
CustomConfirmScreens?: CustomConfirmScreensType;
verifyReceiverScam?: SignPropsType['verifyReceiverScam'];
}
export declare const SignTransactionsModals: ({ className, CustomConfirmScreens, verifyReceiverScam }: SignTransactionsModalsPropsType) => JSX.Element | null;
//# sourceMappingURL=SignTransactionsModals.d.ts.map