import { ByteString, FixedArray, SmartContractLib } from 'scrypt-ts'; import { MAX_INPUT, int32 } from '../utils/txUtil'; export type NftGuardConstState = { collectionScript: ByteString; localIdArray: FixedArray; }; export declare class NftGuardProto extends SmartContractLib { static stateHash(_state: NftGuardConstState): ByteString; static toByteString(state: NftGuardConstState): string; static createEmptyState(): NftGuardConstState; static toList(state: NftGuardConstState): ByteString[]; } //# sourceMappingURL=nftGuardProto.d.ts.map