/** * This code was GENERATED using the solita package. * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality. * * See: https://github.com/metaplex-foundation/solita */ import * as beet from '@metaplex-foundation/beet'; /** * @category enums * @category generated */ export enum Key { Uninitialized, EditionV1, MasterEditionV1, ReservationListV1, MetadataV1, ReservationListV2, MasterEditionV2, EditionMarker, UseAuthorityRecord, CollectionAuthorityRecord, } /** * @category userTypes * @category generated */ export const keyBeet = beet.fixedScalarEnum(Key) as beet.FixedSizeBeet;