AvaCloud

ReceiveView

import { ReceiveView } from '@avalabs/avacloud-waas-react';
 
function ReceiveSection() {
  return (
    <ReceiveView
      onBack={() => {
        // Handle back navigation
      }}
    />
  );
}

Props

interface ReceiveViewProps {
  onBack: () => void;  // Required callback for back navigation
}

Features

  • Displays wallet address QR code
  • Required back navigation functionality
  • Address copy functionality
  • Handles wallet state automatically

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

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

On this page