@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
12 lines • 441 B
TypeScript
/// <reference types="react" />
export declare function SendTransactionPage({ icon, action, caip2, successPageDuration, onSuccess, onError, }: {
icon?: React.ReactNode;
action: () => Promise<{
txHash?: string;
}>;
caip2: string;
successPageDuration?: number;
onSuccess?: () => void;
onError?: (error: any) => void;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SendTransaction.d.ts.map