UNPKG

node-pix-payload

Version:

This library that aims to build the payload of pix payment, with this payload the developer can generate the qr code payable or pay informed the same in the bank's app.

9 lines (8 loc) 233 B
declare class Crc { /** * this method is responsible for calcule crc16 and generate validation hash of the pix code. */ calculeCrc16(payload: string): string; } declare const _default: Crc; export default _default;