@btc-vision/transaction
Version:
OPNet transaction library allows you to create and sign transactions for the OPNet network.
9 lines • 387 B
TypeScript
import { Network } from '../../node_modules/@btc-vision/bitcoin/browser/index.js';
export declare class AddressGenerator {
static generatePKSH(sha256Hash: Uint8Array, network: Network): string;
static generateTaprootAddress(pubKey: Uint8Array, network: {
bech32: string;
}): string;
private static toSegwitAddress;
}
//# sourceMappingURL=AddressGenerator.d.ts.map