Function generateSendTransactionQRCodeAddress
- generateSendTransactionQRCodeAddress(service): ((receiverId: string, amountNQT?: number, feeSuggestionType?: string, feeNQT?: number, immutable?: boolean) => Promise<string>)
Returns ((receiverId: string, amountNQT?: number, feeSuggestionType?: string, feeNQT?: number, immutable?: boolean) => Promise<string>)
- (receiverId, amountNQT?, feeSuggestionType?, feeNQT?, immutable?): Promise<string>
Parameters
- receiverId: string
Optional
amountNQT: numberOptional
feeSuggestionType: stringOptional
feeNQT: numberOptional
immutable: boolean
Returns Promise<string>
Use with ApiComposer and belongs to AccountApi.
See details at AccountApi.generateSendTransactionQRCodeAddress