UNPKG

@webwallet/iou

Version:

Sign and verify WebWallet IOUs.

16 lines (10 loc) 111 B
'use strict' class IOU { constructor({ }) { } sign() { } verify() { } } module.exports = IOU