import { patchTags } from "@keystonehq/bc-ur-registry"; import { ExtendedRegistryTypes } from "./RegistryType"; export * from "@keystonehq/bc-ur-registry"; patchTags( Object.values(ExtendedRegistryTypes) .filter((rt) => !!rt.getTag()) .map((rt) => rt.getTag()) as number[] ); export { SolSignRequest, SignType } from "./SolSignRequest"; export { SolSignature } from "./SolSignature"; export { SOLNFTItem } from "./SOLNFTItem";