API Reference
Command
New-ImageQRCodeMonero
Generates a QR code for a Monero transaction.
Remarks
Generates a QR code for a Monero transaction.
Examples
Create Monero QR
New-ImageQRCodeMonero -Address '44AFFq5kSiGBoZ...'' -Amount 1.0 -FilePath xmr.png
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-ImageQRCodeMonero -Address <String> [-Amount <Single>] [-BackgroundColor <Color>] [-Description <String>] -FilePath <String> [-ForegroundColor <Color>] [-PaymentId <String>] [-PixelSize <Int32>] [-RecipientName <String>] [-Show] [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Address String
- Destination wallet address.
- Amount Single
- Optional payment amount.
- BackgroundColor Color
- Background color of the QR code.
- Description String
- Payment description.
- FilePath String
- Path to save the QR code image.
- ForegroundColor Color
- Foreground color of QR modules.
- PaymentId String
- Optional payment identifier.
- PixelSize Int32
- Pixel size for each QR module.
- RecipientName String
- Recipient name.
- Show SwitchParameter
- Opens the image after creation.