UNPKG

@btc-vision/transaction

Version:

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

7 lines 245 B
declare class ContractAddressBase { private readonly deriver; generateHybridKeyFromHash(input: Uint8Array): Uint8Array; } export declare const ContractAddress: ContractAddressBase; export {}; //# sourceMappingURL=ContractAddress.d.ts.map