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
OptionalamountNQT: numberOptionalfeeSuggestionType: stringOptionalfeeNQT: numberOptionalimmutable: boolean
Returns Promise<string>
Use with ApiComposer and belongs to AccountApi.
See details at AccountApi.generateSendTransactionQRCodeAddress