UNPKG

@btc-vision/transaction

Version:

OPNet transaction library allows you to create and sign transactions for the OPNet network.

7 lines (6 loc) 114 B
export class NetEvent { constructor(type, data) { this.type = type; this.data = data; } }