UNPKG

@btc-vision/transaction

Version:

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

8 lines (7 loc) 217 B
declare class ContractAddressBase { private readonly deriver; generateHybridKeyFromHash(input: Buffer): Buffer; private cloneBuffer; } export declare const ContractAddress: ContractAddressBase; export {};