ExportView

Component for exporting wallet information
1import { ExportView } from '@avalabs/avacloud-waas-react';
2
3function ExportSection() {
4 return (
5 <ExportView
6 onBack={() => {
7 // Handle back navigation
8 }}
9 />
10 );
11}

Props

1interface ExportViewProps {
2 onBack: () => void; // Required callback for back navigation
3}

Features

  • Wallet information export interface
  • Required back navigation functionality
  • Secure export process
  • Handles wallet state automatically

If you need more help, explore our other articles or reach out to our support team via chat or email [email protected]. All examples provided are for demonstration purposes only.

Learn More About AvaCloud | Download Case Studies | Schedule an AvaCloud Demo