UNPKG

@btc-vision/transaction

Version:

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

6 lines 179 B
export declare class NetEvent { readonly type: string; readonly data: Uint8Array; constructor(type: string, data: Uint8Array); } //# sourceMappingURL=NetEvent.d.ts.map