ReceiveView

Component for receiving tokens (displays QR code).

1import { ReceiveView } from '@avalabs/avacloud-waas-react';
2
3function ReceiveSection() {
4 return (
5 <ReceiveView
6 onBack={() => {
7 // Handle back navigation
8 }}
9 />
10 );
11}

Props

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

Features

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

For any additional questions, please view our other knowledge base articles or contact a support team member via the chat button. Examples are for illustrative purposes only.

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