UNPKG

@btc-vision/transaction

Version:

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

9 lines 170 B
export class NetEvent { type; data; constructor(type, data) { this.type = type; this.data = data; } } //# sourceMappingURL=NetEvent.js.map