import { ByteString, SmartContractLib } from 'scrypt-ts'; import { int32 } from '../utils/txUtil'; export type NftParallelClosedMinterState = { nftScript: ByteString; nextLocalId: int32; }; export declare class NftParallelClosedMinterProto extends SmartContractLib { static stateHash(_state: NftParallelClosedMinterState): ByteString; static create(nftScript: ByteString, nextLocalId: int32): NftParallelClosedMinterState; static toByteString(closeMinterInfo: NftParallelClosedMinterState): string; } //# sourceMappingURL=nftParallelClosedMinterProto.d.ts.map