Merge branch 'gifting-periphery-improvements' into build-improvement

This commit is contained in:
Matthew Raymer
2025-07-04 08:26:03 +00:00
7 changed files with 432 additions and 224 deletions

View File

@@ -39,6 +39,8 @@ import { DEFAULT_ROOT_DERIVATION_PATH } from "./crypto";
export interface GiverReceiverInputInfo {
did?: string;
name?: string;
image?: string;
handleId?: string;
}
export enum OnboardPage {