Interface UserDepositStakingInfo
interface UserDepositStakingInfo {
currentRound?: bigint;
escrowAddress: string;
optedIntoAssets: Set<number>;
stakingPrograms: UserDepositStakingProgramInfo[];
userAddress: string;
}
currentRound?: bigint;
escrowAddress: string;
optedIntoAssets: Set<number>;
stakingPrograms: UserDepositStakingProgramInfo[];
userAddress: string;
}