@synapsecns/widget
Version:
Widget library for interacting with the Synapse Protocol
15 lines (14 loc) • 599 B
TypeScript
export declare const Transaction: ({ connectedAddress, originAmount, originTokenSymbol, originChainId, destinationChainId, originTxHash, bridgeModuleName, estimatedTime, kappa, timestamp, currentTime, isStoredComplete, }: {
connectedAddress: string;
originAmount: string;
originTokenSymbol: string;
originChainId: number;
destinationChainId: number;
originTxHash: string;
bridgeModuleName: string;
estimatedTime: number;
kappa?: string;
timestamp: number;
currentTime: number;
isStoredComplete: boolean;
}) => import("react/jsx-runtime").JSX.Element;