@btc-vision/transaction
Version:
OPNet transaction library allows you to create and sign transactions for the OPNet network.
9 lines • 356 B
TypeScript
import { type Network } from '@btc-vision/bitcoin';
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