mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 14:51:08 +00:00
10 lines
248 B
TypeScript
10 lines
248 B
TypeScript
export {
|
|
namedAccountPromotionKeys,
|
|
resolveSingleAccountPromotionTarget,
|
|
singleAccountKeysToMove,
|
|
} from "./src/setup-contract.js";
|
|
export {
|
|
collectRuntimeConfigAssignments,
|
|
secretTargetRegistryEntries,
|
|
} from "./src/secret-contract.js";
|