export { documentStoreIssue } from './issue.js'; export { documentStoreRevoke } from './revoke.js'; export { documentStoreRevokeRole } from './revoke-role.js'; export { documentStoreGrantRole } from './grant-role.js'; export { documentStoreTransferOwnership } from './transferOwnership.js'; export { deployDocumentStore } from '../deploy/document-store.js'; export { getRoleString } from './document-store-roles.js'; export { supportInterfaceIds } from './supportInterfaceIds.js'; export { DocumentStore__factory, TransferableDocumentStore__factory } from '@trustvc/document-store'; import 'ethersV6'; import 'ethers'; import './types.js'; import '../utils/supportedChains/index.js'; import '../utils/gasStation/index.js'; import '../utils/network/index.js'; import '../token-registry-functions/types.js';