UNPKG

@btc-vision/transaction

Version:

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

7 lines (6 loc) 139 B
export class NetEvent { public constructor( public readonly type: string, public readonly data: Uint8Array, ) {} }