UNPKG

@btc-vision/transaction

Version:

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

4 lines 224 B
import { type Network } from '@btc-vision/bitcoin'; export declare function getChainId(network: Network): Uint8Array; export declare const BITCOIN_PROTOCOL_ID: Uint8Array<ArrayBuffer>; //# sourceMappingURL=ChainData.d.ts.map