UNPKG

@btc-vision/transaction

Version:

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

6 lines (5 loc) 141 B
export declare class NetEvent { readonly type: string; readonly data: Uint8Array; constructor(type: string, data: Uint8Array); }