import { ByteString } from 'scrypt-ts'; import { Covenant } from '../lib/covenant'; import { SupportedNetwork } from '../lib/constants'; export declare class HelloworldCovenant extends Covenant { static readonly LOCKED_ASM_VERSION = "30792d4b4450718993a04bd7275accf2"; constructor(state?: ByteString, network?: SupportedNetwork); serializedState(): ByteString; unlock(message: ByteString): { contractAlias: string; method: string; argsBuilder: () => ByteString[]; }; } //# sourceMappingURL=helloworldCovenant.d.ts.map