Type Alias UserDepositInfo
UserDepositInfo: {
currentRound?: bigint;
escrowAddress: string;
holdings: { fAssetBalance: bigint; fAssetId: number }[];
}
currentRound?: bigint;
escrowAddress: string;
holdings: { fAssetBalance: bigint; fAssetId: number }[];
}